tests on php8
[plcapi.git] / tests / 7ExtraTest.php
index 14488e8..de7d48f 100644 (file)
@@ -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
+}