File tree Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Expand file tree Collapse file tree 5 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ $_SERVER['argv'][] = '--my-other-option';
9
9
$ _SERVER ['argv ' ][] = \realpath (__DIR__ . '/../../_files/BankAccountTest.php ' );
10
10
11
11
require_once __DIR__ . '/../../bootstrap.php ' ;
12
- require_once __DIR__ . '/_files/MyCommand.php ' ;
13
12
14
13
MyCommand::main ();
15
14
--EXPECTF --
Original file line number Diff line number Diff line change 9
9
*/
10
10
namespace Foo \Bar ;
11
11
12
- require_once __DIR__ . '/ParentIssue4232Test.php ' ;
13
-
14
12
final class Issue4232Test extends ParentIssue4232Test
15
13
{
16
14
public function testOne (): void
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ class Issue74Test extends TestCase
13
13
{
14
14
public function testCreateAndThrowNewExceptionInProcessIsolation (): void
15
15
{
16
- require_once __DIR__ . '/NewException.php ' ;
17
-
18
16
throw new NewException ('Testing GH-74 ' );
19
17
}
20
18
}
Original file line number Diff line number Diff line change 9
9
*/
10
10
use PHPUnit \Framework \TestSuite ;
11
11
12
- require_once 'OneTest.php ' ;
13
-
14
- require_once 'TwoTest.php ' ;
15
-
16
12
class ChildSuite
17
13
{
18
14
public static function suite ()
Original file line number Diff line number Diff line change 9
9
*/
10
10
use PHPUnit \Framework \TestSuite ;
11
11
12
- require_once 'ChildSuite.php ' ;
13
-
14
12
class ParentSuite
15
13
{
16
14
public static function suite ()
You can’t perform that action at this time.
0 commit comments