Example #1
0
 /** @test */
 public function itShouldBeMatchFailure()
 {
     $ctx = new Context(Matcher::NOMATCH, null, $this->mockRequest(), null);
     $this->assertFalse($ctx->isMatch());
 }