markTestSkipped("Zend_Gdata online tests are not enabled in TestConfiguration.php"); } public function testOnline() { // this is here only so we have at least one test } } class Zend_Gdata_SkipClientLoginTest extends PHPUnit_Framework_TestCase { public function setUp() { $this->markTestSkipped("Zend_Gdata authenticated tests are not enabled in TestConfiguration.php"); } public function testClientLogin() { // this is here only so we have at least one test } }