mirror of
https://github.com/e107inc/e107.git
synced 2025-07-29 02:40:25 +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();
|
$expected = $this->getExpectedZones();
|
||||||
|
|
||||||
@@ -585,12 +588,7 @@
|
|||||||
|
|
||||||
|
|
||||||
$this->assertSame($expectedKeys, $zoneKeys);
|
$this->assertSame($expectedKeys, $zoneKeys);
|
||||||
|
}*/
|
||||||
|
|
||||||
|
|
||||||
// var_export($zones);
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
private function echoMem()
|
private function echoMem()
|
||||||
|
Reference in New Issue
Block a user