1
0
mirror of https://github.com/danog/file.git synced 2024-11-30 04:19:39 +01:00

Do not skip scandir test (bug fixed in php-uv repo)

This commit is contained in:
Bob Weinand 2015-08-07 18:26:01 +02:00
parent e4c9e44b0e
commit 231b480ac0

View File

@ -15,8 +15,4 @@ class UvDriverTest extends DriverTest {
);
}
}
public function testScandir() {
$this->markTestSkipped("currently crashes php");
}
}
}