Total Complexity | 7 |
Total Lines | 30 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
15 | class MessagesTest extends PhpXmlRpc_PolyfillTestCase |
||
16 | { |
||
17 | public $args = array(); |
||
18 | |||
19 | protected function set_up() |
||
20 | { |
||
21 | $this->args = argParser::getArgs(); |
||
22 | // hide parsing errors unless in debug mode |
||
23 | if ($this->args['DEBUG'] == 1) |
||
24 | ob_start(); |
||
25 | } |
||
26 | |||
27 | protected function tear_down() |
||
36 | } |
||
37 | } |
||
38 | |||
39 | public function testSerializePHPValResponse() |
||
47 |