Skip to content
Snippets Groups Projects
Commit 14669c93 authored by catch's avatar catch
Browse files

Issue #2394327 by jhedstrom: run-tests.sh throwing stream wrapper warnings

parent bb4367b4
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,9 @@ public function boot() {
simpletest_classloader_register();
// Register stream wrappers.
$this->getContainer()->get('stream_wrapper_manager')->register();
// Create the build/artifacts directory if necessary.
if (!is_dir('public://simpletest')) {
mkdir('public://simpletest', 0777, TRUE);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment