We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb50387 commit 5cf0bf4Copy full SHA for 5cf0bf4
1 file changed
tests/GenerateRealInvoiceTest.php
@@ -13,7 +13,7 @@ final class GenerateRealInvoiceTest extends TestCase
13
14
public static function setUpBeforeClass(): void
15
{
16
- self::$distDir = dirname(__DIR__, 2) . '/dist';
+ self::$distDir = dirname(__DIR__) . '/dist';
17
18
if (!is_dir(self::$distDir)) {
19
mkdir(self::$distDir, 0755, true);
0 commit comments