getProfile() public method

public getProfile ( ) : object
return object
示例#1
0
 public function testGetProfile()
 {
     $this->assertEquals($this->user->getProfile(), $this->user_data['profile']);
 }