PHP 5.2 required
This commit is contained in:
@@ -16,8 +16,8 @@ class Environment_test extends PHPUnit_Framework_TestCase
|
||||
{
|
||||
public function testPhpVersion()
|
||||
{
|
||||
$this->assertTrue(version_compare('4.1', phpversion(), '<='),
|
||||
'phpMyAdmin requires PHP 4.1 or above');
|
||||
$this->assertTrue(version_compare('5.2', phpversion(), '<='),
|
||||
'phpMyAdmin requires PHP 5.2 or above');
|
||||
}
|
||||
|
||||
public function testMySQL()
|
||||
@@ -30,4 +30,4 @@ class Environment_test extends PHPUnit_Framework_TestCase
|
||||
$this->markTestIncomplete();
|
||||
}
|
||||
}
|
||||
?>
|
||||
?>
|
||||
|
Reference in New Issue
Block a user