Cassandra\TimeTest::testConstructNow PHP 메소드

testConstructNow() 공개 메소드

public testConstructNow ( )
    public function testConstructNow()
    {
        $time = new Time();
        $this->assertEquals($time->seconds(), time() % (24 * 60 * 60), "", 1);
    }