| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 9 | class ExtraTest extends PhpXmlRpc_LocalFileTestCase |
||
| 10 | { |
||
| 11 | public function set_up() |
||
| 12 | { |
||
| 13 | $this->args = argParser::getArgs(); |
||
| 14 | |||
| 15 | $this->baseUrl = $this->args['HTTPSERVER'] . str_replace( '/demo/server/server.php', '/tests/', $this->args['HTTPURI'] ); |
||
| 16 | |||
| 17 | $this->coverageScriptUrl = 'http://' . $this->args['HTTPSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['HTTPURI'] ); |
||
| 18 | } |
||
| 19 | |||
| 20 | /** |
||
| 21 | * @todo collect code coverage for this... |
||
| 22 | */ |
||
| 23 | public function testBenchmark() |
||
| 24 | { |
||
| 25 | $page = $this->request('benchmark.php'); |
||
|
|
|||
| 26 | } |
||
| 27 | |||
| 28 | /** |
||
| 29 | * @todo collect code coverage for this... |
||
| 30 | */ |
||
| 31 | public function testVerifyCompat() |
||
| 34 | } |
||
| 35 | } |
||
| 36 |