We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a82f2a commit 28ed94dCopy full SHA for 28ed94d
bootstrap/app.php
@@ -0,0 +1,3 @@
1
+<?php
2
+
3
+return include getcwd() . "/vendor/orchestra/testbench-core/laravel/bootstrap/app.php";
tests/TestCase.php
@@ -47,7 +47,7 @@ public function getEnvironmentSetUp($app)
47
collect($migrations)->each(fn ($path) => $path->up());
48
}
49
50
- private function registerLivewireComponents(): self
+ private function registerLivewireComponents():self
51
{
52
Livewire::component('csv-importer', CsvImporter::class);
53
Livewire::component('handle-imports', HandleImports::class);
0 commit comments