Commit 4d7e7677 authored by Tobias Munk's avatar Tobias Munk

fixed app initialization in unit testing

parent 69e32aa2
Pipeline #11028 failed with stages
in 1 minute and 17 seconds
<?php
// Here you can initialize variables that will be available to your tests
$config = require(dirname(__DIR__) . '/_config/test.php');
new yii\web\Application($config);
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment