Doctrine\Tests\OXM\Types\IntegerTest::testIntegerNullConvertsToPHPValue PHP 메소드

testIntegerNullConvertsToPHPValue() 공개 메소드

    public function testIntegerNullConvertsToPHPValue()
    {
        $this->assertNull($this->_type->convertToPHPValue(null));
    }