1 | <?php |
||
7 | class HetrixtoolsServiceResponseTest extends \PHPUnit_Framework_TestCase |
||
8 | { |
||
9 | public function testHetrixtoolsServiceResponse() |
||
42 | |||
43 | /** |
||
44 | * @expectedException \InvalidArgumentException |
||
45 | */ |
||
46 | public function testHetrixtoolsServiceResponseEmptyJson() |
||
52 | |||
53 | /** |
||
54 | * @expectedException \InvalidArgumentException |
||
55 | */ |
||
56 | public function testHetrixtoolsServiceResponseWrongJson() |
||
62 | } |