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 cb8cf6e commit 6751f0fCopy full SHA for 6751f0f
composer.json
@@ -20,7 +20,7 @@
20
},
21
"require-dev": {
22
"clue/hexdump": "0.2.*",
23
- "phpunit/phpunit": "^6.0 || ^5.7 || ^4.8.35"
+ "phpunit/phpunit": "^9.0 ||^6.0 || ^5.7 || ^4.8.35"
24
25
"suggest": {
26
"ext-sockets": "Requires PHP 5.4+ and the low level socket API for listening on multicast addresses (socket options to send IGMP announcements)"
tests/FunctionalTest.php
@@ -9,7 +9,10 @@ class FunctionalTest extends TestCase
9
10
private $address = '224.224.244.244:2244';
11
12
- public function setUp()
+ /**
13
+ * @before
14
+ */
15
+ public function setUpMocks()
16
{
17
$this->loop = React\EventLoop\Factory::create();
18
$this->factory = new Factory($this->loop);
0 commit comments