From c6b19630736c9961996509842a5700216d60203d Mon Sep 17 00:00:00 2001 From: Tim van Dijen <tim.dijen@minbzk.nl> Date: Wed, 7 Aug 2019 16:09:29 +0200 Subject: [PATCH] Add missing use statement --- tests/modules/core/lib/Auth/Process/PHPTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/modules/core/lib/Auth/Process/PHPTest.php b/tests/modules/core/lib/Auth/Process/PHPTest.php index cb7488dbe..716d8b679 100644 --- a/tests/modules/core/lib/Auth/Process/PHPTest.php +++ b/tests/modules/core/lib/Auth/Process/PHPTest.php @@ -2,6 +2,7 @@ namespace SimpleSAML\Test\Module\core\Auth\Process; +use Exception; use PHPUnit\Framework\TestCase; /** -- GitLab