aboutsummaryrefslogtreecommitdiff
path: root/tests/unit/_bootstrap.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/_bootstrap.php')
-rw-r--r--tests/unit/_bootstrap.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/_bootstrap.php b/tests/unit/_bootstrap.php
index 6f822a1..9bc68f5 100644
--- a/tests/unit/_bootstrap.php
+++ b/tests/unit/_bootstrap.php
@@ -167,5 +167,5 @@ function app($entryId = null, $parameters = [])
function sess()
{
- return studipApp()->get('Studip\Session\Manager');
+ return app()->get('Studip\Session\Manager');
}