diff --git a/composer.json b/composer.json index db7115e7..93a55a59 100644 --- a/composer.json +++ b/composer.json @@ -70,6 +70,9 @@ } }, "autoload-dev": { + "files": [ + "test/autoload.php" + ], "psr-4": { "ZendTest\\View\\": "test/" } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 6e3bfa65..acf791b0 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -23,6 +23,8 @@ + +