We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ffa719 commit d62a25eCopy full SHA for d62a25e
tests/end-to-end/cli/_files/MyCommand.php
@@ -7,6 +7,8 @@
7
* For the full copyright and license information, please view the LICENSE
8
* file that was distributed with this source code.
9
*/
10
+namespace PHPUnit\TestFixture;
11
+
12
use PHPUnit\TextUI\Command;
13
14
class MyCommand extends Command
tests/end-to-end/cli/mycommand.phpt
@@ -10,9 +10,9 @@ $_SERVER['argv'][] = \realpath(__DIR__ . '/../../_files/BankAccountTest.php');
require_once __DIR__ . '/../../bootstrap.php';
-MyCommand::main();
+PHPUnit\TestFixture\MyCommand::main();
--EXPECTF--
15
-MyCommand::myHandler 123
+PHPUnit\TestFixture\MyCommand::myHandler 123
16
PHPUnit %s #StandWithUkraine
17
18
... 3 / 3 (100%)
0 commit comments