Exemplo n.º 1
0
 /**
  * @test
  */
 public function doesNotMatch()
 {
     $matcher = new In(["foo", "bar"]);
     $this->assertThat($matcher->matches(["foo" => "hello"]), $this->isFalse());
 }