eZ\Publish\Core\MVC\Symfony\Matcher\Tests\Block\Id\BlockTest::testMatchBlock PHP Method

testMatchBlock() public method

public testMatchBlock ( $matchingConfig, Block $block, $expectedResult )
$matchingConfig
$block eZ\Publish\Core\FieldType\Page\Parts\Block
$expectedResult
    public function testMatchBlock($matchingConfig, Block $block, $expectedResult)
    {
        $this->matcher->setMatchingConfig($matchingConfig);
        $this->assertSame($expectedResult, $this->matcher->matchBlock($block));
    }