Просмотр исходного кода

added missing includes to avoid E_FATAL

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23354 44c647ce-9c0f-0410-b52a-842ac1e357ba
jan 15 лет назад
Родитель
Сommit
b941aed977
1 измененных файлов с 3 добавлено и 0 удалено
  1. 3 0
      tests/Zend/XmlRpc/RequestTest.php

+ 3 - 0
tests/Zend/XmlRpc/RequestTest.php

@@ -21,6 +21,9 @@
  */
 
 require_once 'Zend/XmlRpc/Request.php';
+require_once 'Zend/XmlRpc/Value/Nil.php';
+require_once 'Zend/XmlRpc/Value/String.php';
+
 require_once 'PHPUnit/Framework/TestCase.php';
 require_once 'PHPUnit/Framework/IncompleteTestError.php';