eZ\Publish\Core\MVC\Symfony\Matcher\Tests\ContentBased\Matcher\MultipleValuedTest::testInjectRepository PHP Method

testInjectRepository() public method

    public function testInjectRepository()
    {
        $matcher = $this->getMultipleValuedMatcherMock();
        $matcher->setRepository($this->repositoryMock);
        $this->assertSame($this->repositoryMock, $matcher->getRepository());
    }