git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@17005 44c647ce-9c0f-0410-b52a-842ac1e357ba
@@ -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) {