ff2d056d7d3ae29599091f17398e51d388b093d8
[plcapi.git] / tests / 7ExtraTest.php
1 <?php
2
3 include_once __DIR__ . '/LocalFileTestCase.php';
4
5 class ExtraTest extends PhpXmlRpc_LocalFileTestCase
6 {
7
8     public function setUp()
9     {
10         $this->args = argParser::getArgs();
11
12         $this->baseUrl = $this->args['LOCALSERVER'] . str_replace( '/demo/server/server.php', '/tests/', $this->args['URI'] );
13
14         $this->coverageScriptUrl = 'http://' . $this->args['LOCALSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['URI'] );
15     }
16
17     public function testVerifyCompat()
18     {
19         $page = $this->request('verify_compat.php');
20     }
21 }