Skip to content

1.0.3 - Reset Bootstrap::$staticObjectManager after functional test

Compare
Choose a tag to compare
@stephanschuler stephanschuler released this 08 Nov 09:20
· 58 commits to master since this release
0cdc358

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.