We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 409cbda commit 22cb624Copy full SHA for 22cb624
tests/Collectors/AuthTest.php
@@ -55,7 +55,7 @@ public function testGetTitleDetails()
55
{
56
$output = $this->collector->getTitleDetails();
57
58
- $this->assertStringContainsString('CodeIgniter\Shield\Auth', $output);
+ $this->assertStringContainsString(Session::class, $output);
59
}
60
61
public function testGetBadgeValueReturnsUserId()
0 commit comments