We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbf5938 commit 6e58b16Copy full SHA for 6e58b16
composer.json
@@ -9,7 +9,7 @@
9
"evenement/evenement": "^3.0 || ^2.0 || ^1.0"
10
},
11
"require-dev": {
12
- "phpunit/phpunit": "^5.0 || ^4.8.10",
+ "phpunit/phpunit": "^5.7 || ^4.8.35",
13
"clue/stream-filter": "~1.2"
14
15
"suggest": {
tests/TestCase.php
@@ -2,7 +2,9 @@
2
3
namespace React\Tests\Stream;
4
5
-class TestCase extends \PHPUnit_Framework_TestCase
+use PHPUnit\Framework\TestCase as BaseTestCase;
6
+
7
+class TestCase extends BaseTestCase
8
{
protected function expectCallableExactly($amount)
0 commit comments