| 1 | <?php |
||
| 22 | class AbstractOperationTest extends \PHPUnit_Framework_TestCase |
||
| 23 | { |
||
| 24 | public function testAbstractOperationSetterAndGetter() |
||
| 31 | |||
| 32 | /** |
||
| 33 | * @expectedException BadFunctionCallException |
||
| 34 | */ |
||
| 35 | public function testAbstractOperationInvalidMethodName() |
||
| 40 | |||
| 41 | public function testGetResponseGroup() |
||
| 48 | } |
||
| 49 |