eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBasedMatcherFactoryTest::testMatchNonContentBasedMatcher PHP Method

testMatchNonContentBasedMatcher() public method

    public function testMatchNonContentBasedMatcher()
    {
        $matcherFactory = new $this->matcherFactoryClass($this->getRepositoryMock(), array('full' => array('test' => array('template' => 'foo.html.twig', 'match' => array('\\eZ\\Publish\\Core\\MVC\\Symfony\\Matcher\\Block\\Type' => true)))));
        $matcherFactory->match($this->getMatchableValueObject(), 'full');
    }
ContentBasedMatcherFactoryTest