Example #1
0
 public function testCanSetObjectKeyToNullValue()
 {
     $this->testCanSetObjectKey();
     $this->helper->setObjectKey(null);
     $this->assertNull($this->helper->getObjectKey());
 }