for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
class Lib_Test_Enterprise_DescribeSObjectTest extends Lib_Test_TestAbstractEnterprise
{
public function getTestName()
getTestName
get_test_name
return 'DescribeSObject';
}
protected function _run()
print_r($this->_mySforceConnection->describeSObject('Task'));