diff --git a/htdocs/sql/test/Environment_test.php b/htdocs/sql/test/Environment_test.php new file mode 100755 --- /dev/null +++ b/htdocs/sql/test/Environment_test.php @@ -0,0 +1,33 @@ +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