| 1 | <?php |
||
| 10 | class StandardTest extends \PHPUnit_Framework_TestCase |
||
| 11 | { |
||
| 12 | private $object; |
||
| 13 | private $context; |
||
| 14 | |||
| 15 | |||
| 16 | protected function setUp() |
||
| 24 | |||
| 25 | |||
| 26 | protected function tearDown() |
||
| 30 | |||
| 31 | |||
| 32 | public function testGetHeader() |
||
| 37 | |||
| 38 | |||
| 39 | public function testGetBody() |
||
| 44 | |||
| 45 | |||
| 46 | public function testGetSubClientInvalid() |
||
| 51 | |||
| 52 | |||
| 53 | public function testGetSubClientInvalidName() |
||
| 58 | } |
||
| 59 |