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