Example #1
0
 /**
  * @covers Zend\Db\Sql\Update::__get
  */
 public function testGetUpdateFails()
 {
     $getWhat = $this->update->__get('what');
     $this->assertNull($getWhat);
 }