1
0
mirror of https://github.com/danog/file.git synced 2024-11-26 20:04:51 +01:00
file/test/BlockingDriverTest.php
2015-08-05 10:55:56 -04:00

11 lines
217 B
PHP

<?php
namespace Amp\File\Test;
class BlockingDriverTest extends DriverTest {
protected function setUp() {
\Amp\reactor(\Amp\driver());
\Amp\File\filesystem(new \Amp\File\BlockingDriver);
}
}