diff --git a/tests/PEAR_test_mock_pearweb.php.inc b/tests/PEAR_test_mock_pearweb.php.inc index f7b16a154..29d1e417c 100644 --- a/tests/PEAR_test_mock_pearweb.php.inc +++ b/tests/PEAR_test_mock_pearweb.php.inc @@ -89,8 +89,7 @@ class PEAR_test_mock_pearweb if (!$ret) { echo '$pearweb->addRESTConfig("' . $address . "\", true, 'text/xml');\n"; } else { - echo '$pearweb->addRESTConfig("' . $address . '", ' . var_export($ret[0], true) - . ", 'text/xml');\n"; + $this->_continue = true; } return $ret; } else { @@ -132,4 +131,4 @@ class PEAR_test_mock_pearweb { return 'HTTP/1.1 304 ' . $address . ' Unmodified'; } -} \ No newline at end of file +}