Example #1
0
 /**
  * @test
  */
 public function doesNotMatchOnMatcher()
 {
     $matcher = new Is(new EmptyMatcher());
     $this->assertThat($matcher->matches("any non empty value"), $this->isFalse());
 }