Selaa lähdekoodia

Zend_Service_Simply: unit tests minor fix. Closes [ZF-6950].

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@15937 44c647ce-9c0f-0410-b52a-842ac1e357ba
alexander 16 vuotta sitten
vanhempi
commit
0ed4fd0ece
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      tests/Zend/Service/Simpy/AllTests.php

+ 1 - 1
tests/Zend/Service/Simpy/AllTests.php

@@ -74,7 +74,7 @@ class Zend_Service_Simpy_AllTests
             constant('TESTS_ZEND_SERVICE_SIMPY_ENABLED') &&
             constant('TESTS_ZEND_SERVICE_SIMPY_ENABLED') &&
             defined('TESTS_ZEND_SERVICE_SIMPY_USERNAME') &&
             defined('TESTS_ZEND_SERVICE_SIMPY_USERNAME') &&
             constant('TESTS_ZEND_SERVICE_SIMPY_USERNAME') &&
             constant('TESTS_ZEND_SERVICE_SIMPY_USERNAME') &&
-            defined('TESTS_ZEND_SERVICE_SIMPY_PASSWORD')
+            defined('TESTS_ZEND_SERVICE_SIMPY_PASSWORD') &&
             constant('TESTS_ZEND_SERVICE_SIMPY_PASSWORD')) {
             constant('TESTS_ZEND_SERVICE_SIMPY_PASSWORD')) {
             $suite->addTestSuite('Zend_Service_Simpy_OnlineTest');
             $suite->addTestSuite('Zend_Service_Simpy_OnlineTest');
         }
         }