1
0
mirror of https://github.com/danog/amp.git synced 2025-01-08 14:08:15 +01:00
amp/test/NativeReactorTest.php

10 lines
151 B
PHP
Raw Normal View History

2013-08-05 22:05:08 +02:00
<?php
2014-03-06 15:52:31 +01:00
namespace Alert;
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
}
}