Elgg\ApplicationTest::testStartsTimer PHP 메소드

testStartsTimer() 공개 메소드

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