Elgg\ApplicationTest::testStartsTimer PHP Méthode

testStartsTimer() public méthode

public testStartsTimer ( )
    function testStartsTimer()
    {
        unset($GLOBALS['START_MICROTIME']);
        new Application(_elgg_services());
        $this->assertTrue(is_float($GLOBALS['START_MICROTIME']));
    }