Ejemplo n.º 1
0
 /**
  * @test
  */
 public function doesNotMatch()
 {
     $matcher = new GreaterThanOrEquals(1);
     $this->assertThat($matcher->matches(0), $this->isFalse());
 }