Skip to content

Commit 21eb897

Browse files
committed
no need to override setUp
1 parent e4d6c7b commit 21eb897

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

tests/ExtEventLoopTest.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66

77
class ExtEventLoopTest extends AbstractLoopTest
88
{
9-
public function setUp()
10-
{
11-
$this->loop = $this->createLoop();
12-
}
13-
149
public function createLoop($readStreamCompatible = false)
1510
{
1611
if ('Linux' === PHP_OS && !extension_loaded('posix')) {

0 commit comments

Comments
 (0)