->
save();
// The installation profile is provided by a container parameter. Saving
// the configuration doesn't automatically trigger invalidation
$this->container->
get('kernel'
)->
rebuildContainer();
} /**
* Stops test execution.
*/
protected function stop() { $this->
getTestResultObject()->
stop();
} /**
* Dumps the current state of the virtual filesystem to STDOUT.
*/
protected function vfsDump() { vfsStream::
inspect(new vfsStreamPrintVisitor());
} /**
* Returns the modules to enable for this test.
*
* @param string $class
* The fully-qualified class name of this test.
*
* @return array
*/