diff --git a/composer.json b/composer.json index 8a08935..00fd335 100644 --- a/composer.json +++ b/composer.json @@ -11,9 +11,6 @@ } }, "autoload-dev": { - "files": [ - "tests/mocks.php" - ], "psr-4": { "Aviat\\Ion\\Tests\\": "tests/", "CodeIgniter\\": "build/CodeIgniter/" diff --git a/phpstan.neon b/phpstan.neon index db8271a..4a722ed 100644 --- a/phpstan.neon +++ b/phpstan.neon @@ -1,5 +1,6 @@ parameters: autoload_files: + - %rootDir%/../../../tests/mocks.php - %rootDir%/../../../tests/Di/ContainerTest.php - %rootDir%/../../../tests/Di/ContainerAwareTest.php ignoreErrors: