Skip to content

Commit

Permalink
Merge branch '7.5' into 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianbergmann committed Oct 28, 2019
2 parents ae92be5 + 2d33f54 commit 8636c22
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tests/end-to-end/version.phpt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
--TEST--
phpunit --version
--FILE--
<?php
$_SERVER['argv'][1] = '--no-configuration';
$_SERVER['argv'][2] = '--version';

require __DIR__ . '/../bootstrap.php';

PHPUnit\TextUI\Command::main();
?>
--EXPECTF--
PHPUnit %s by Sebastian Bergmann and contributors.

0 comments on commit 8636c22

Please sign in to comment.