Elgg\ApplicationTest::testStartsTimer PHP Method

testStartsTimer() public method

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