From 231b480ac03668e79e4257a3062090cc914d2235 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 7 Aug 2015 18:26:01 +0200 Subject: [PATCH] Do not skip scandir test (bug fixed in php-uv repo) --- test/UvDriverTest.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/test/UvDriverTest.php b/test/UvDriverTest.php index d3ebd06..f520e9d 100644 --- a/test/UvDriverTest.php +++ b/test/UvDriverTest.php @@ -15,8 +15,4 @@ class UvDriverTest extends DriverTest { ); } } - - public function testScandir() { - $this->markTestSkipped("currently crashes php"); - } -} +} \ No newline at end of file