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