Doctrine\Tests\OXM\Types\StringTest::testConvertToPHPValue PHP Method

testConvertToPHPValue() public method

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