コード例 #1
0
 /**
  * @test
  */
 public function it_does_not_have_a_value_that_was_never_set()
 {
     $context = new Context();
     $this->assertFalse($context->has('foo'));
 }