Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunnyka98 committed Nov 29, 2023
1 parent a9b9a73 commit b7f5468
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/AktivlisteValidationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ public function testValidateAktivliste(): void
{
$this->validateLibrary(__DIR__ . '/..');
}
public function testValidateAktivlisteModule(): void
public function testValidateActiveListModule(): void
{
$this->validateModule(__DIR__ . '/../Aktivliste');
$this->validateModule(__DIR__ . '/../ActiveList');
}
}
2 changes: 1 addition & 1 deletion tests/phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
</php>
<source>
<include>
<directory suffix=".php">../Aktivliste</directory>
<directory suffix=".php">../ActiveList</directory>
</include>
</source>
</phpunit>

0 comments on commit b7f5468

Please sign in to comment.