Skip to content

Commit 24d13eb

Browse files
committed
debug: build directory not exists
1 parent 1cb56d7 commit 24d13eb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/TestCase.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ protected function setUp(): void
1919
{
2020
parent::setUp();
2121

22+
var_dump(dirname(__DIR__) . '/build', is_dir(dirname(__DIR__) . '/build'));
23+
2224
if (!is_dir(dirname(__DIR__) . '/build')) {
2325
mkdir(dirname(__DIR__) . '/build/views', 0775, true);
2426
}

0 commit comments

Comments
 (0)