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

Commit

Permalink
Removed time dump in cuid test
Browse files Browse the repository at this point in the history
  • Loading branch information
endyjasmi committed Nov 8, 2014
1 parent c69455a commit c410a70
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/CuidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -72,10 +72,6 @@ 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 = [];

for ($i = 1; $i <= static::MAX_ITERATION; $i++) {
Expand All @@ -85,7 +81,5 @@ public function testCuidUniqueness()

$ids[$hash] = $i;
}

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

0 comments on commit c410a70

Please sign in to comment.