1
0
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:
Cameron
2021-01-25 09:54:11 -08:00
parent b77ae278dd
commit aa1a19b1dd

View File

@@ -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()