Doctrine\Tests\OXM\Types\StringTest::testConvertToPHPValue PHP 메소드

testConvertToPHPValue() 공개 메소드

    public function testConvertToPHPValue()
    {
        $this->assertInternalType("string", $this->_type->convertToPHPValue("foo"));
        $this->assertInternalType("string", $this->_type->convertToPHPValue(""));
    }