Zend Framework

testInitializationShouldSkipModulesWithoutBootstraps(Zend_Application_Resource_ModulesTest) and testShouldReturnExecutedBootstrapsWhenComplete(Zend_Application_Resource_ModulesTest)

Details

  • Type: Unit Tests: Problem Unit Tests: Problem
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Fixed
  • Affects Version/s: None
  • Fix Version/s: 1.8.2
  • Component/s: Zend_Application
  • Labels:
    None
  • Fix Version Priority:
    Must Have

Description

1) testInitializationShouldSkipModulesWithoutBootstraps(Zend_Application_Resource_ModulesTest)
Failed asserting that two arrays are equal.
— Expected
+++ Actual
@@ -1,6 +1,6 @@
Array
(

  • [0] => bar
  • [1] => foo-bar
    + [0] => foo-bar
    + [1] => bar
    [2] => foo
    )

2) testShouldReturnExecutedBootstrapsWhenComplete(Zend_Application_Resource_ModulesTest)
Failed asserting that two arrays are equal.
— Expected
+++ Actual
@@ -1,6 +1,6 @@
Array
(

  • [0] => bar
  • [1] => foo-bar
    + [0] => foo-bar
    + [1] => bar
    [2] => foo
    )

Activity

Hide
Matthew Weier O'Phinney added a comment -

This is corrected in trunk and 1.8 release branch via fixes in other issues.

Show
Matthew Weier O'Phinney added a comment - This is corrected in trunk and 1.8 release branch via fixes in other issues.
Hide
Alexander Veremyev added a comment -

Issue still exists in my environment.

Show
Alexander Veremyev added a comment - Issue still exists in my environment.
Hide
Alexander Veremyev added a comment -

Fixed.

Show
Alexander Veremyev added a comment - Fixed.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: