fix test coverage calculations
[plcapi.git] / tests / 7ExtraTest.php
index 5770eca..48acf6b 100644 (file)
@@ -4,6 +4,7 @@ include_once __DIR__ . '/LocalFileTestCase.php';
 
 /**
  * Tests for php files in the 'extras' directory
+ *
  */
 class ExtraTest extends PhpXmlRpc_LocalFileTestCase
 {
@@ -16,6 +17,17 @@ class ExtraTest extends PhpXmlRpc_LocalFileTestCase
         $this->coverageScriptUrl = 'http://' . $this->args['HTTPSERVER'] . '/' . str_replace( '/demo/server/server.php', 'tests/phpunit_coverage.php', $this->args['HTTPURI'] );
     }
 
+    /**
+     * @todo collect code coverage for this...
+     */
+    public function testBenchmark()
+    {
+        $page = $this->request('benchmark.php');
+    }
+
+    /**
+     * @todo collect code coverage for this...
+     */
     public function testVerifyCompat()
     {
         $page = $this->request('verify_compat.php');