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