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

testMatchFail() public method

public testMatchFail ( )
    public function testMatchFail()
    {
        $matcherFactory = new $this->matcherFactoryClass($this->getRepositoryMock(), array('full' => array('not_matching' => array('template' => 'bar.html.twig', 'match' => array($this->getMatcherClass() => 123)), 'test' => array('template' => 'foo.html.twig', 'match' => array($this->getMatcherClass() => 456)))));
        $this->assertNull($matcherFactory->match($this->getNonMatchableValueObject(), 'full'));
    }