| 1 | <?php |
||
| 17 | class CaaRdataTest extends \PHPUnit\Framework\TestCase |
||
| 18 | { |
||
| 19 | public function testOutput() |
||
| 29 | |||
| 30 | /** |
||
| 31 | * @expectedException \InvalidArgumentException |
||
| 32 | */ |
||
| 33 | public function testFlagException() |
||
| 38 | |||
| 39 | /** |
||
| 40 | * @expectedException \InvalidArgumentException |
||
| 41 | */ |
||
| 42 | public function testTagException() |
||
| 47 | |||
| 48 | public function testGetType() |
||
| 52 | } |
||
| 53 |