Code improvements (#1649)
* use global namespace for faster lookups * phpstan level 5
This commit is contained in:
@@ -26,7 +26,7 @@ class TagControllerTest extends ControllerBaseTest
|
||||
|
||||
$fixture = new TagFixtures();
|
||||
$fixture->setTagArray($tagList);
|
||||
$this->importFixture($client, $fixture);
|
||||
$this->importFixture($fixture);
|
||||
}
|
||||
|
||||
public function testIsSecure()
|
||||
|
||||
Reference in New Issue
Block a user