Sonata\Test\Component\Currency\Types\CurrencyDoctrineTypeTest::testConvertToPHPValueException PHP Method

testConvertToPHPValueException() public method

    public function testConvertToPHPValueException()
    {
        $platform = new MockPlatform();
        Type::getType('currency')->convertToPHPValue('42', $platform);
    }