Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
TASK: Reset Bootstrap::$staticObjectManager after functional test
PHPUnit does not reset this public static property automatically, which means it will be null for every upcomming test. This leads to exceptions in FunctionalTestCase::setupBeforeClass() for every upcomming tests, regardless of the actual test code.
- Loading branch information