eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\ConfigParserTest::testConstructWrongInnerParser PHP Method

testConstructWrongInnerParser() public method

    public function testConstructWrongInnerParser()
    {
        new ConfigParser(array($this->getMock('eZ\\Bundle\\EzPublishCoreBundle\\DependencyInjection\\Configuration\\ParserInterface'), new stdClass()));
    }