mirror of
https://github.com/e107inc/e107.git
synced 2025-07-28 18:30:53 +02:00
Disable TimeZone test.
This commit is contained in:
@@ -571,7 +571,10 @@
|
||||
|
||||
}
|
||||
|
||||
function testSystemTimeZones()
|
||||
/**
|
||||
* Will vary from system to system.
|
||||
*/
|
||||
/*function testSystemTimeZones()
|
||||
{
|
||||
$expected = $this->getExpectedZones();
|
||||
|
||||
@@ -585,12 +588,7 @@
|
||||
|
||||
|
||||
$this->assertSame($expectedKeys, $zoneKeys);
|
||||
|
||||
|
||||
|
||||
// var_export($zones);
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
private function echoMem()
|
||||
|
Reference in New Issue
Block a user