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

12 lines
181 B
PHP
Raw Normal View History

2013-08-05 22:05:08 +02:00
<?php
namespace AlertTest;
use Alert\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
}
}