Skip to content

Commit

Permalink
wip: tweak test layout
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Jan 14, 2025
1 parent 3db257a commit 01947be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/phpunit/Migration/EntityDetectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function testGetEntityClassList_noFiles():void {
}

public function testGetEntityClassList():void {
$dir = "test/phpunit/01-EntityDetectorTest";
$dir = "test/phpunit/TestProject/01-EntityDetectorTest";
$sut = new EntityDetector();
$detected = $sut->getEntityClassList($dir);
self::assertCount(2, $detected);
Expand Down

0 comments on commit 01947be

Please sign in to comment.