We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddc461c commit fb4f3b2Copy full SHA for fb4f3b2
tests/BaseTest.php
@@ -36,7 +36,7 @@ protected function getPackageProviders($app)
36
if (class_exists('\\Livewire\\LivewireServiceProvider')) {
37
$providers[] = LivewireServiceProvider::class;
38
}
39
-
+
40
return $providers;
41
42
tests/BlockTest.php
@@ -74,7 +74,6 @@ public function can_change_tab_size()
74
$this->assertEquals($block->code, $cleaned);
75
76
77
78
/** @test */
79
public function can_leave_tabs_in()
80
{
tests/LivewireTest.php
@@ -30,5 +30,4 @@ public function livewire_2_registers_a_middleware()
30
$this->markTestSkipped('Livewire 1 cannot register middleware.');
31
32
33
34
0 commit comments