Skip to content
This repository has been archived by the owner on Feb 9, 2023. It is now read-only.

Commit

Permalink
Added date default timezone set to test
Browse files Browse the repository at this point in the history
  • Loading branch information
endyjasmi committed Nov 8, 2014
1 parent 753c3fa commit a05807a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/CuidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ public function testSlugStaticMethod()

public function testCuidUniqueness()
{
date_default_timezone_set('Asia\Kuala_Lumpur');

var_dump(date('d/m/Y h:i:s a', time()));

$ids = [];
Expand Down

0 comments on commit a05807a

Please sign in to comment.