Skip to content

Commit 253f595

Browse files
Remove no longer useful test compat help
1 parent e25d849 commit 253f595

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

tests/bootstrap.php

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,3 @@
11
<?php
22

3-
namespace {
4-
require __DIR__.'/../vendor/autoload.php';
5-
}
6-
7-
namespace PHPUnit\Framework
8-
{
9-
// compatibility for when these tests are run with PHPUnit<6.0 (which we
10-
// still do because PHPUnit=6.0 stopped supporting a lot of PHP versions)
11-
if (!class_exists('PHPUnit\Framework\TestCase')) {
12-
abstract class TestCase extends \PHPUnit_Framework_TestCase
13-
{
14-
}
15-
}
16-
}
3+
require __DIR__.'/../vendor/autoload.php';

0 commit comments

Comments
 (0)