Skip to content

Commit

Permalink
Remove no longer useful test compat help
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiasmullie committed Nov 18, 2022
1 parent e25d849 commit 253f595
Showing 1 changed file with 1 addition and 14 deletions.
15 changes: 1 addition & 14 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
<?php

namespace {
require __DIR__.'/../vendor/autoload.php';
}

namespace PHPUnit\Framework
{
// compatibility for when these tests are run with PHPUnit<6.0 (which we
// still do because PHPUnit=6.0 stopped supporting a lot of PHP versions)
if (!class_exists('PHPUnit\Framework\TestCase')) {
abstract class TestCase extends \PHPUnit_Framework_TestCase
{
}
}
}
require __DIR__.'/../vendor/autoload.php';

0 comments on commit 253f595

Please sign in to comment.