Coduo\PHPMatcher\Tests\Matcher\OrMatcherTest::setUp PHP Method

setUp() public method

public setUp ( )
    public function setUp()
    {
        $factory = new SimpleFactory();
        $this->matcher = $factory->createMatcher();
    }