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.
2 parents 789124f + 65ba13f commit 89067b2Copy full SHA for 89067b2
composer.json
@@ -13,7 +13,7 @@
13
"react/socket": "^1.12"
14
},
15
"require-dev": {
16
- "clue/block-react": "^1.5",
+ "react/async": "^4 || ^3 || ^2",
17
"phpunit/phpunit": "^9.3 || ^5.7 || ^4.8.35"
18
19
"autoload": {
tests/BaseTestCase.php
@@ -37,7 +37,7 @@ protected function createConnection(LoopInterface $loop)
37
$factory = new Factory($loop);
38
$promise = $factory->createConnection($this->getConnectionString());
39
40
- return \Clue\React\Block\await($promise, $loop, 10.0);
+ return \React\Async\await(\React\Promise\Timer\timeout($promise, 10.0));
41
}
42
43
protected function getDataTable()
0 commit comments