Skip to content

Commit

Permalink
Update JFactoryTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed Sep 7, 2016
1 parent de2b6d6 commit 4f4fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/suites/libraries/joomla/JFactoryTest.php
Expand Up @@ -223,7 +223,7 @@ public function testGetDateNow()
JFactory::$language = $this->getMockLanguage();

$date = JFactory::getDate('now');
sleep(1);
usleep(1);
$date2 = JFactory::getDate('now');

$this->assertThat(
Expand Down

0 comments on commit 4f4fd3e

Please sign in to comment.