From 38e3e6e6863622b41bd605c1d424bbdcaf091d90 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 17 Jan 2018 15:43:47 -0500 Subject: [PATCH] Fix autoloading --- composer.json | 3 --- phpstan.neon | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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: