Total Complexity | 2 |
Total Lines | 12 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
2 | class Lib_Test_Partner_GetUserInfoTest extends Lib_Test_TestAbstractPartner |
||
3 | { |
||
4 | public function getTestName() |
||
5 | { |
||
6 | return 'GetUserInfo'; |
||
7 | } |
||
8 | |||
9 | protected function _run() |
||
10 | { |
||
11 | $response = $this->_mySforceConnection->getUserInfo(); |
||
12 | echo "***** Get User Info*****\n"; |
||
13 | print_r($response); |
||
14 | } |
||
15 | } |