eZ\Bundle\EzPublishCoreBundle\Tests\DependencyInjection\Configuration\ConfigParserTest::testConstructWrongInnerParser PHP Метод

testConstructWrongInnerParser() публичный Метод

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