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

dataConvertRoundtrip() public static method

public static dataConvertRoundtrip ( )
    public static function dataConvertRoundtrip()
    {
        return array(array('string', 'string'), array(1234, 1234), array(1.345, 1.345), array(null, null), array(true, true), array(false, false), array(array('foo'), array('foo')));
    }