mirror of
https://github.com/danog/amp.git
synced 2025-01-07 13:39:43 +01:00
10 lines
151 B
PHP
Executable File
10 lines
151 B
PHP
Executable File
<?php
|
|
|
|
namespace Alert;
|
|
|
|
class NativeReactorTest extends ReactorTest {
|
|
protected function getReactor() {
|
|
return new NativeReactor;
|
|
}
|
|
}
|