1
0
mirror of https://github.com/danog/amp.git synced 2024-11-27 04:24:42 +01:00
amp/test/NativeReactorTest.php
2014-08-02 02:17:50 -04:00

12 lines
181 B
PHP

<?php
namespace AlertTest;
use Alert\NativeReactor;
class NativeReactorTest extends ReactorTest {
protected function getReactor() {
return new NativeReactor;
}
}