Recommend this page to a friend! |
Classes of Edgar Asatryan | > | notymo | > | phpunit.xml.dist | > | Download |
|
![]() |
<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="tests/notymo/bootstrap.php" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false"> <testsuites> <testsuite name="Project"> <directory>tests/notymo</directory> </testsuite> </testsuites> <filter> <whitelist processUncoveredFilesFromWhitelist="true"> <directory>src/notymo</directory> </whitelist> </filter> </phpunit> |