File tree Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Expand file tree Collapse file tree 1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change
1
+ --TEST--
2
+ phpunit --debug ../../_files/BankAccountTest.php
3
+ --FILE--
4
+ <?php declare (strict_types=1 );
5
+ $ _SERVER ['argv ' ][] = '--do-not-cache-result ' ;
6
+ $ _SERVER ['argv ' ][] = '--no-configuration ' ;
7
+ $ _SERVER ['argv ' ][] = '--debug ' ;
8
+ $ _SERVER ['argv ' ][] = __DIR__ . '/../_files/basic/SuccessTest.php ' ;
9
+
10
+ require_once __DIR__ . '/../../bootstrap.php ' ;
11
+
12
+ (new PHPUnit \TextUI \Application )->run ($ _SERVER ['argv ' ]);
13
+ --EXPECTF --
14
+ PHPUnit Started (PHPUnit %s using %s)
15
+ Test Runner Configured
16
+ Test Suite Loaded (1 test)
17
+ Event Facade Sealed
18
+ Test Runner Started
19
+ Test Suite Sorted
20
+ Test Runner Execution Started (1 test)
21
+ Test Suite Started (PHPUnit \TestFixture \Basic \SuccessTest, 1 test)
22
+ Test Preparation Started (PHPUnit \TestFixture \Basic \SuccessTest::testOne)
23
+ Test Prepared (PHPUnit \TestFixture \Basic \SuccessTest::testOne)
24
+ Assertion Succeeded (Constraint: is true , Value: true )
25
+ Test Passed (PHPUnit \TestFixture \Basic \SuccessTest::testOne)
26
+ Test Finished (PHPUnit \TestFixture \Basic \SuccessTest::testOne)
27
+ Test Suite Finished (PHPUnit \TestFixture \Basic \SuccessTest, 1 test)
28
+ Test Runner Execution Finished
29
+ Test Runner Finished
30
+ PHPUnit Finished (Shell Exit Code: 0 )
You can’t perform that action at this time.
0 commit comments