eZ\Publish\Core\MVC\Symfony\Matcher\Tests\AbstractMatcherFactoryTest::testMatchInvalidMatcher PHP Method

testMatchInvalidMatcher() public method

    public function testMatchInvalidMatcher()
    {
        $matcherFactory = new $this->matcherFactoryClass($this->getRepositoryMock(), array('full' => array('test' => array('template' => 'foo.html.twig', 'match' => array('NonExistingMatcher' => true)))));
        $matcherFactory->match($this->getMatchableValueObject(), 'full');
    }