Google\Cloud\Tests\Datastore\EntityMapperTest::testConvertValueInvalidType PHP 메소드

testConvertValueInvalidType() 공개 메소드

    public function testConvertValueInvalidType()
    {
        $type = 'fooBarValue';
        $val = 'nothanks';
        $this->mapper->convertValue($type, $val);
    }