mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-24 21:59:55 +09:00
Fix short array syntax and backwards test
This commit is contained in:
parent
475c8d49a9
commit
509893e791
2 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ class TimerTest extends \Codeception\TestCase\Test
|
|||
$t4 = Rhymix\Framework\Timer::stop();
|
||||
|
||||
$this->assertGreaterThanOrEqual($t1, $t2);
|
||||
$this->assertGreaterThan($t4, $t3);
|
||||
$this->assertGreaterThan($t3, $t4);
|
||||
}
|
||||
|
||||
function testMultipleTimers()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue