Skip to content

Commit 83a1e62

Browse files
committed
Update test comment
1 parent 18e3e44 commit 83a1e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Macros/LocalizedUrlMacroTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ public function it_returns_the_current_url_for_existing_non_localized_routes()
287287
/** @test */
288288
public function the_macro_does_not_blow_up_on_a_default_404_error()
289289
{
290-
// Although a default 404 has no Route::current(), the composer still triggers.
290+
// Although a default 404 has no Route::current() and is no real View, the composer still triggers.
291291
// Custom 404 views that trigger the macro still don't have a Route::current().
292292
View::composer('*', function ($view) {
293293
$view->with('url', Route::localizedUrl());

0 commit comments

Comments
 (0)