phpunit.xml 176 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 <phpunit bootstrap="vendor/autoload.php"> <testsuites> <testsuite> <directory>integration</directory> </testsuite> </testsuites> </phpunit>