diff --git a/htdocs/sql/test/Environment_test.php b/htdocs/sql/test/Environment_test.php deleted file mode 100755 --- a/htdocs/sql/test/Environment_test.php +++ /dev/null @@ -1,33 +0,0 @@ -assertTrue(version_compare('4.1', phpversion(), '<='), - 'phpMyAdmin requires PHP 4.1 or above'); - } - - public function testMySQL() - { - $this->markTestIncomplete(); - } - - public function testSession() - { - $this->markTestIncomplete(); - } -} -?> \ No newline at end of file