File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -130,7 +130,7 @@ public function render() { return <<<HTML
130
130
131
131
public function test_can_lazy_load_component_using_route ()
132
132
{
133
- $ this ->tweakApplication (function () {
133
+ $ this ->beforeServingApplication (function () {
134
134
Livewire::component ('page ' , Page::class);
135
135
Route::get ('/ ' , Page::class)->lazy ()->middleware ('web ' );
136
136
});
Original file line number Diff line number Diff line change @@ -912,7 +912,7 @@ public function render()
912
912
913
913
public function test_cannot_inject_js_through_query_string ()
914
914
{
915
- $ this ->tweakApplication (function () {
915
+ $ this ->beforeServingApplication (function () {
916
916
app ('livewire ' )->component ('foo ' , new class extends Component {
917
917
#[Url]
918
918
public $ foo = 'bar ' ;
You can’t perform that action at this time.
0 commit comments