Skip to content

Commit c6b1963

Browse files
authored
Add missing use statement
1 parent caa16d3 commit c6b1963

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/modules/core/lib/Auth/Process/PHPTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
namespace SimpleSAML\Test\Module\core\Auth\Process;
44

5+
use Exception;
56
use PHPUnit\Framework\TestCase;
67

78
/**

0 commit comments

Comments
 (0)