API Update usage of session bootstrapping

This commit is contained in:
Damian Mooyman 2017-06-27 10:51:39 +12:00 committed by Sam Minnée
parent 54af373d40
commit cf49da1926
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ class CoreInitializationPass implements CompilerPassInterface
$app = new HTTPApplication($kernel);
$app->execute($request, function (HTTPRequest $request) {
// Start session and execute
$request->getSession()->init();
$request->getSession()->init($request);
// Invalidate classname spec since the test manifest will now pull out new subclasses for each internal class
// (e.g. Member will now have various subclasses of DataObjects that implement TestOnly)