1
0
mirror of https://github.com/danog/amp.git synced 2024-12-04 10:28:01 +01:00
amp/test/LibeventReactorTest.php
2015-05-04 12:48:29 -04:00

12 lines
184 B
PHP

<?php
namespace Amp\Test;
use Amp\LibeventReactor;
class LibeventReactorTest extends ReactorTest {
protected function getReactor() {
return new LibeventReactor;
}
}