We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e25d849 commit 253f595Copy full SHA for 253f595
tests/bootstrap.php
@@ -1,16 +1,3 @@
1
<?php
2
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
+require __DIR__.'/../vendor/autoload.php';
0 commit comments