summaryrefslogtreecommitdiff
path: root/pear/tests/PEAR_test_mock_pearweb.php.inc
diff options
context:
space:
mode:
Diffstat (limited to 'pear/tests/PEAR_test_mock_pearweb.php.inc')
-rw-r--r--pear/tests/PEAR_test_mock_pearweb.php.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pear/tests/PEAR_test_mock_pearweb.php.inc b/pear/tests/PEAR_test_mock_pearweb.php.inc
index 9206a4d290..baff2cbe48 100644
--- a/pear/tests/PEAR_test_mock_pearweb.php.inc
+++ b/pear/tests/PEAR_test_mock_pearweb.php.inc
@@ -61,6 +61,7 @@ class PEAR_test_mock_pearweb {
return false;
}
if (!isset($this->_config['xmlrpc'][$method][serialize($params)])) {
+ include_once dirname(__FILE__) . DIRECTORY_SEPARATOR . 'php_dump.php.inc';
$args = $params;
switch (count($args)) {
case 0: