X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=tests%2F7ExtraTest.php;h=de7d48f7affb6da04b9a2909b609394f7c8a8738;hb=f5456e63644d3d34194912d7c371759807be30ed;hp=14488e8fa556b17fcb3274d2e763294409ee8538;hpb=43c003ead302c35b44d923b8be08969fade5ab3a;p=plcapi.git diff --git a/tests/7ExtraTest.php b/tests/7ExtraTest.php index 14488e8..de7d48f 100644 --- a/tests/7ExtraTest.php +++ b/tests/7ExtraTest.php @@ -7,7 +7,7 @@ include_once __DIR__ . '/LocalFileTestCase.php'; */ class ExtraTest extends PhpXmlRpc_LocalFileTestCase { - public function setUp() + public function set_up() { $this->args = argParser::getArgs(); @@ -20,4 +20,4 @@ class ExtraTest extends PhpXmlRpc_LocalFileTestCase { $page = $this->request('verify_compat.php'); } -} \ No newline at end of file +}