1
0
mirror of https://github.com/danog/amp.git synced 2024-12-02 17:37:50 +01:00
amp/test/NativeReactorTest.php

12 lines
178 B
PHP
Raw Normal View History

2013-08-05 22:05:08 +02:00
<?php
2014-09-23 04:38:32 +02:00
namespace Amp\Test;
2014-09-23 04:38:32 +02:00
use Amp\NativeReactor;
2013-08-05 22:05:08 +02:00
class NativeReactorTest extends ReactorTest {
protected function getReactor() {
return new NativeReactor;
2013-08-05 22:05:08 +02:00
}
}