Skip to content

Commit 6840392

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

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/drift/src/FrameworkIntegrationTestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,8 @@ protected function setUp(): void
4444
dirname($this->findComposerJson(getcwd())) ?? getcwd(),
4545
));
4646

47+
echo $this->root;
48+
4749
// $this->root = normalize(realpath(__DIR__ . '/../../../'));
4850

4951
// TODO(aidan-casey): Clean this waaaaay up.

0 commit comments

Comments
 (0)