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

testMatchFailNoViewType() public method

    public function testMatchFailNoViewType()
    {
        $matcherFactory = new $this->matcherFactoryClass($this->getRepositoryMock(), array());
        $this->assertNull($matcherFactory->match($this->getContentView(), 'full'));
    }