Doctrine\Tests\OXM\Types\FloatTest::testIntegerNullConvertsToPHPValue PHP Méthode

testIntegerNullConvertsToPHPValue() public méthode

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