| 1 | <?php |
||
| 8 | class SiteCheckerTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | |||
| 11 | /** |
||
| 12 | * Use reflection to test protected methods. |
||
| 13 | * |
||
| 14 | * @param $obj |
||
| 15 | * @param $name |
||
| 16 | * @param array $args |
||
| 17 | * @return mixed |
||
| 18 | */ |
||
| 19 | protected static function callMethod($obj, $name, array $args) |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @test |
||
| 29 | */ |
||
| 30 | public function testParser() |
||
| 50 | } |
||
| 51 |