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
|
|
|
|
2014-03-07 18:02:03 +01:00
|
|
|
class NativeReactorTest extends ReactorTest {
|
|
|
|
protected function getReactor() {
|
|
|
|
return new NativeReactor;
|
2013-08-05 22:05:08 +02:00
|
|
|
}
|
|
|
|
}
|