| 1 | <?php |
||
| 8 | class HtmlValidatorTest extends \PHPUnit_Framework_TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * testException |
||
| 12 | * @expectedException Hogosha\Monitor\Exception\ValidatorException |
||
| 13 | * @expectedExceptionMessage this string "/damme/" cannot be found |
||
| 14 | */ |
||
| 15 | public function testException() |
||
| 20 | |||
| 21 | /** |
||
| 22 | * testCheckTrue |
||
| 23 | */ |
||
| 24 | public function testCheckTrue() |
||
| 29 | } |
||
| 30 |