Cassandra\TimeTest::testConstructTooBig PHP 메소드

testConstructTooBig() 공개 메소드

public testConstructTooBig ( )
    public function testConstructTooBig()
    {
        $time = new Time("86400000000000");
    }