pastebin

Paste Search Dynamic
Recent pastes
phpunit
  1. <phpunit backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="vendor/autoload.php">
  2. <testsuites>
  3. <testsuite name="Unit tests">
  4. <directory>tests</directory>
  5. </testsuite>
  6. </testsuites>
  7. </phpunit>
Parsed in 0.008 seconds