public function testCreateMultipleUpdateCommand001()
 {
     $cmd = DbHelper::createMultipleUpdateCommand('user', [], 'id');
     $this->assertInstanceOf('yii\\db\\Command', $cmd);
 }