getProfile() public method

public getProfile ( ) : object
return object
Exemplo n.º 1
0
 public function testGetProfile()
 {
     $this->assertEquals($this->user->getProfile(), $this->user_data['profile']);
 }