diff --git a/composer.json b/composer.json index e13ef98d..5153ee78 100644 --- a/composer.json +++ b/composer.json @@ -55,7 +55,8 @@ "autoload-dev": { "psr-4": { "Module\\": "src/Module", - "Custom\\": "src/Custom" + "Custom\\": "src/Custom", + "ZM\\Tests\\": "tests" } }, "bin": [ @@ -91,6 +92,6 @@ ], "analyse": "phpstan analyse --memory-limit 300M -l 0 ./src", "cs-fix": "php-cs-fixer fix $1", - "test": "bin/phpunit-swoole" + "test": "bin/phpunit-swoole --no-coverage" } } diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 49ebec24..7f81ee24 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -18,12 +18,16 @@ ./tests - + ./src/ZM + + + + - \ No newline at end of file +