markTestSkipped("Zend_Http_Client dynamic tests are not enabled in TestConfiguration.php"); } public function testSocket() { // this is here only so we have at least one test } } class Zend_Http_Client_Skip_ProxyAdapterTest extends PHPUnit_Framework_TestCase { public function setUp() { $this->markTestSkipped("Zend_Http_Client proxy server tests are not enabled in TestConfiguration.php"); } public function testProxyAdapter() { // this is here only so we have at least one test } }