Parcourir la source

Zend_Soap_AllTests change.

Rob Allen il y a 12 ans
Parent
commit
1271b8b8e1
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      tests/Zend/Soap/AllTests.php

+ 2 - 1
tests/Zend/Soap/AllTests.php

@@ -58,7 +58,8 @@ class Zend_Soap_AllTests
         $suite->addTestSuite('Zend_Soap_Wsdl_ArrayOfTypeSequenceStrategyTest');
         $suite->addTestSuite('Zend_Soap_Wsdl_ArrayOfTypeSequenceStrategyTest');
         $suite->addTestSuite('Zend_Soap_AutoDiscoverTest');
         $suite->addTestSuite('Zend_Soap_AutoDiscoverTest');
         
         
-        if (!defined('TESTS_ZEND_SOAP_AUTODISCOVER_ONLINE_SERVER_BASEURI') || constant('TESTS_ZEND_SOAP_AUTODISCOVER_ONLINE_SERVER_BASEURI') == false) {
+        if (!defined('TESTS_ZEND_SOAP_AUTODISCOVER_ONLINE_SERVER_BASEURI')
+            || constant('TESTS_ZEND_SOAP_AUTODISCOVER_ONLINE_SERVER_BASEURI') == false) {
             $suite->addTestSuite('Zend_Soap_AutoDiscover_OnlineTest');
             $suite->addTestSuite('Zend_Soap_AutoDiscover_OnlineTest');
         }
         }