예제 #1
0
 /**
  * @test
  */
 public function existsKeyForExistingKeyWithNullDataReturnsTrue()
 {
     $this->subject->setData(array('foo' => NULL));
     self::assertTrue($this->subject->existsKey('foo'));
 }