Example #1
0
 /**
  * @covers Context::actionIs
  */
 public function testActionIsFalse()
 {
     $actual = $this->ctx->actionIs("not define");
     $this->assertFalse($actual);
 }