ApaiIO\Test\Request\UtilTest::testTimestamp PHP Method

testTimestamp() public method

public testTimestamp ( )
    public function testTimestamp()
    {
        $this->assertRegExp('#[0-9]{4}(-[0-9]{2}){2}T([0-9]{2}:){2}[0-9]{2}Z#', Util::getTimeStamp());
    }