Explorar o código

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 %!s(int64=17) %!d(string=hai) anos
pai
achega
0ed4fd0ece
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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') &&
             defined('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')) {
             $suite->addTestSuite('Zend_Service_Simpy_OnlineTest');
         }