getProfile() public method

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