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 } } /** * @category Zend * @package Zend_Http_Client * @subpackage UnitTests * @copyright Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License * @group Zend_Http * @group Zend_Http_Client */ 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 } }