tests on php8
[plcapi.git] / tests / 7ExtraTest.php
index ff2d056..de7d48f 100644 (file)
@@ -2,10 +2,12 @@
 
 include_once __DIR__ . '/LocalFileTestCase.php';
 
+/**
+ * Tests for php files in the 'extras' directory
+ */
 class ExtraTest extends PhpXmlRpc_LocalFileTestCase
 {
-
-    public function setUp()
+    public function set_up()
     {
         $this->args = argParser::getArgs();
 
@@ -18,4 +20,4 @@ class ExtraTest extends PhpXmlRpc_LocalFileTestCase
     {
         $page = $this->request('verify_compat.php');
     }
-}
\ No newline at end of file
+}