Skip to content

Commit 08d258e

Browse files
committed
Move abstract TestCase to separate file
1 parent 7a5a728 commit 08d258e

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

phpunit.xml.dist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
processIsolation="false"
1010
stopOnFailure="false"
1111
syntaxCheck="false"
12-
bootstrap="tests/bootstrap.php"
12+
bootstrap="vendor/autoload.php"
1313
>
1414
<testsuites>
1515
<testsuite name="React Test Suite">
Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
use React\Promise\Deferred;
66

7-
require __DIR__ . '/../vendor/autoload.php';
8-
9-
class TestCase extends \PHPUnit_Framework_TestCase
7+
abstract class TestCase extends \PHPUnit_Framework_TestCase
108
{
119
protected function expectCallableOnce()
1210
{

0 commit comments

Comments
 (0)