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

Commit

Permalink
Fix cuid test
Browse files Browse the repository at this point in the history
  • Loading branch information
endyjasmi committed Nov 8, 2014
1 parent 4483cbd commit 8efa13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/CuidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public function testSlugStaticMethod()
$this->assertRegExp('/[0-9a-z]{8}/', $hash);
}

public function atestCuidUniqueness()
public function testCuidUniqueness()
{
date_default_timezone_set('Asia/Kuala_Lumpur');

Expand Down

0 comments on commit 8efa13c

Please sign in to comment.