Browse Source

[REVIEW] backport r17004 to trunk

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17005 44c647ce-9c0f-0410-b52a-842ac1e357ba
matthew 16 years ago
parent
commit
044e51c983
1 changed files with 0 additions and 3 deletions
  1. 0 3
      tests/Zend/Queue/Adapter/AdapterTest.php

+ 0 - 3
tests/Zend/Queue/Adapter/AdapterTest.php

@@ -123,9 +123,6 @@ abstract class Zend_Queue_Adapter_AdapterTest extends PHPUnit_Framework_TestCase
     {
         if (is_array($name)) {
             $config = $name;
-            if (! is_string($config['name'])) {
-                throw new Exception("You must set a name in the config");
-            }
         }
 
         if ($config === null) {