1
0
mirror of https://github.com/danog/amp.git synced 2025-01-07 13:39:43 +01:00
amp/test/NativeReactorTest.php

10 lines
151 B
PHP
Executable File

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