Example #1
0
 public function testUpdateAccountEvent()
 {
     $this->assertEqualAssociativeArrays(array('$type' => '$update_account', 'foo' => 'bar'), Event::updateAccountEvent(array('foo' => 'bar')));
 }