public function testUpdateExpenseControlByList()
 {
     $result = $this->simMapper->changeExpenseLimit(array('2', '3'), array(array('enabled' => true, 'value' => '1', 'type' => 'voice')));
     $this->assertNotNull($result);
 }