Cassandra\TimeTest::testConstructNow PHP Method

testConstructNow() public method

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