Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thekid committed Jun 17, 2022
1 parent 038a384 commit f4dd0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/php/de/thekid/cas/unittest/LoginTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function initialize() {
protected fn handler() => new Login($this->templates, $this->flow, $this->sessions, $this->signed);

#[Test]
public function creates_session_if_ncessary() {
public function creates_session_if_necessary() {
$this->templates= new TestingTemplates();
$this->handle(null, 'GET', '/login');
Assert::notEquals(null, current($this->sessions->all())->value('token'));
Expand Down

0 comments on commit f4dd0db

Please sign in to comment.