Doctrine\Tests\OXM\Types\IntegerTest::testIntegerNullConvertsToPHPValue PHP Method

testIntegerNullConvertsToPHPValue() public method

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