| 1 | <?php |
||
| 21 | class HtmlValidatorTest extends \PHPUnit_Framework_TestCase |
||
| 22 | { |
||
| 23 | /** |
||
| 24 | * testException. |
||
| 25 | * |
||
| 26 | * @expectedException Hogosha\Monitor\Exception\ValidatorException |
||
| 27 | * @expectedExceptionMessage this string "/damme/" cannot be found |
||
| 28 | */ |
||
| 29 | public function testException() |
||
| 34 | |||
| 35 | /** |
||
| 36 | * testCheckTrue. |
||
| 37 | */ |
||
| 38 | public function testCheckTrue() |
||
| 43 | } |
||
| 44 |