Skip to content

Commit

Permalink
Update JHtmlDateTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Sep 7, 2016
1 parent f13cca4 commit de2b6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/suites/libraries/cms/html/JHtmlDateTest.php
Expand Up @@ -26,7 +26,7 @@ class JHtmlDateTest extends PHPUnit_Framework_TestCase
public function dataTestRelative()
{
$now1 = new JDate('now');
sleep(1);
usleep(1);
$now2 = new JDate('now');

return array(
Expand Down

0 comments on commit de2b6d6

Please sign in to comment.