| Total Complexity | 2 |
| Total Lines | 14 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 8 | class ExtraTest extends PhpXmlRpc_LocalFileTestCase |
||
| 9 | { |
||
| 10 | public function set_up() |
||
| 11 | { |
||
| 12 | $this->args = argParser::getArgs(); |
||
| 13 | |||
| 14 | $this->baseUrl = $this->args['LOCALSERVER'] . str_replace( '/demo/server/server.php', '/tests/', $this->args['URI'] ); |
||
| 15 | |||
| 16 | $this->coverageScriptUrl = 'http://' . $this->args['LOCALSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['URI'] ); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function testVerifyCompat() |
||
| 22 | } |
||
| 23 | } |
||
| 24 |