Doctrine\Tests\ODM\CouchDB\Types\DateTimeTypeTest::dataConvertRoundtrip PHP Method

dataConvertRoundtrip() public static method

public static dataConvertRoundtrip ( )
    public static function dataConvertRoundtrip()
    {
        return array(array('2010-10-20 14:23:37.123456', '2010-10-20 14:23:37.123456'));
    }