canMatch() public method

{@inheritDoc}
public canMatch ( $pattern )
Example #1
0
 /**
  * @dataProvider negativePatterns
  */
 public function test_negative_can_match($pattern)
 {
     $this->assertFalse($this->matcher->canMatch($pattern));
 }