KOKINIO - MANAGER
Edit File: phpunit.xml
<?xml version="1.0"?> <phpunit backupGlobals="false" backupStaticAttributes="false" bootstrap="vendor/autoload.php" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <filter> <whitelist addUncoveredFilesFromWhitelist="false"> <directory suffix=".php">./src</directory> </whitelist> </filter> <testsuites> <testsuite name="default"> <directory>./tests/</directory> </testsuite> </testsuites> <logging> <log type="coverage-clover" target="clover.xml"/> </logging> </phpunit>