summaryrefslogtreecommitdiff
path: root/tests/Unit/Helpers/AuthenticatorTest.php
diff options
context:
space:
mode:
authorIgor Scheller <igor.scheller@igorshp.de>2020-01-02 15:08:08 +0100
committerIgor Scheller <igor.scheller@igorshp.de>2020-01-02 15:09:08 +0100
commitd27bcabc8bc0ab41dbd2219519718b11f8f9ce94 (patch)
treeac7f309b332fa59755483309a38ed97cad767644 /tests/Unit/Helpers/AuthenticatorTest.php
parent5c54d4787fbce992658fd6cea61e9522af691a38 (diff)
tests: code coverage cleanup
Diffstat (limited to 'tests/Unit/Helpers/AuthenticatorTest.php')
-rw-r--r--tests/Unit/Helpers/AuthenticatorTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Unit/Helpers/AuthenticatorTest.php b/tests/Unit/Helpers/AuthenticatorTest.php
index 03033858..e088b82c 100644
--- a/tests/Unit/Helpers/AuthenticatorTest.php
+++ b/tests/Unit/Helpers/AuthenticatorTest.php
@@ -16,7 +16,7 @@ class AuthenticatorTest extends ServiceProviderTest
use HasDatabase;
/**
- * @covers \Engelsystem\Helpers\Authenticator::__construct(
+ * @covers \Engelsystem\Helpers\Authenticator::__construct
* @covers \Engelsystem\Helpers\Authenticator::user
*/
public function testUser()