Skip to content

Commit bdc4866

Browse files
committed
fix: root path resolution
1 parent 6840392 commit bdc4866

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/drift/src/FrameworkIntegrationTestCase.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ protected function setUp(): void
4545
));
4646

4747
echo $this->root;
48+
echo getcwd();
4849

4950
// $this->root = normalize(realpath(__DIR__ . '/../../../'));
5051

0 commit comments

Comments
 (0)