Jelajahi Sumber

Removed stray echo statement from Zend_Http_Client_StaticTest

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@24761 44c647ce-9c0f-0410-b52a-842ac1e357ba
adamlundrigan 13 tahun lalu
induk
melakukan
934bee807c
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  1. 0 1
      tests/Zend/Http/Client/StaticTest.php

+ 0 - 1
tests/Zend/Http/Client/StaticTest.php

@@ -650,7 +650,6 @@ class Zend_Http_Client_StaticTest extends PHPUnit_Framework_TestCase
 		} catch (Zend_Http_Client_Exception $e) {
 			$this->fail('Unexpected exception was thrown');
 		}
-        echo "THERE";
 		// we can safely return until we can verify link is still active
 		// @todo verify link is still active
 		return;