Browse Source

Removed ArrayCollection test and migrated files to the zend framework incubator.

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@16243 44c647ce-9c0f-0410-b52a-842ac1e357ba
wadearnold 16 years ago
parent
commit
d944aee198
1 changed files with 1 additions and 2 deletions
  1. 1 2
      tests/Zend/Amf/AllTests.php

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

@@ -17,7 +17,7 @@ require_once 'Zend/Amf/Value/MessageBodyTest.php';
 require_once 'Zend/Amf/Value/MessageHeaderTest.php';
 require_once 'Zend/Amf/AuthTest.php';
 require_once 'Zend/Amf/ResourceTest.php';
-require_once 'Zend/Amf/Value/ArrayCollectionTest.php';
+
 
 class Zend_Amf_AllTests
 {
@@ -40,7 +40,6 @@ class Zend_Amf_AllTests
         $suite->addTestSuite('Zend_Amf_Value_MessageHeaderTest');
         $suite->addTestSuite('Zend_Amf_AuthTest');
         $suite->addTestSuite('Zend_Amf_ResourceTest');
-        $suite->addTestSuite('Zend_Amf_Value_ArrayCollectionTest');
 
 
         return $suite;