1 2 3 4 5 6 7
<phpunit colors="true"> <testsuites> <testsuite name="EduVpnCommon tests"> <directory suffix=".php">./tests/</directory> </testsuite> </testsuites> </phpunit>