Ejemplo n.º 1
0
 public function testCreateNewUser()
 {
     $id = $this->userMapper->insert($this->user);
     $this->assertNotNull($id);
     $this->user->setId($id);
 }