Exemplo n.º 1
0
 public function testHasWithNullValue()
 {
     $this->options->set('foo', null);
     $this->assertTrue($this->options->has('foo'));
 }