Improve binaries handling

This commit is contained in:
DariusIII
2025-09-25 17:01:21 +02:00
parent 2af03ff47b
commit dfb1cab7a1
5 changed files with 816 additions and 108 deletions
+1 -1
View File
@@ -6,5 +6,5 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
abstract class TestCase extends BaseTestCase
{
//
use CreatesApplication; // Boot Laravel application for tests.
}