Skip to content

Commit b4c760c

Browse files
author
Abdalrhman Emad Saad
committed
fix: fix stubs path
1 parent 478dba8 commit b4c760c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/Feature/Commands/MakeFilterCommandTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
use Illuminate\Support\Facades\Artisan;
66
use Illuminate\Support\Facades\File;
7+
use Kettasoft\Filterable\Support\Stub;
78
use Kettasoft\Filterable\Tests\TestCase;
89

910
class MakeFilterCommandTest extends TestCase
@@ -18,7 +19,7 @@ public function setUp(): void
1819
{
1920
parent::setUp();
2021

21-
config()->set('filterable.generator.stubs', '/var/www/html/filterable/stubs/');
22+
config()->set('filterable.generator.stubs', __DIR__ . '/../../../stubs/');
2223
}
2324

2425
/**

0 commit comments

Comments
 (0)