Skip to content

Adjust CSP test for Laravel <=10 support - #1794

Merged
taylorotwell merged 1 commit into
laravel:5.xfrom
sgilberg:fix/csp-nonce-test
Jul 17, 2026
Merged

Adjust CSP test for Laravel <=10 support#1794
taylorotwell merged 1 commit into
laravel:5.xfrom
sgilberg:fix/csp-nonce-test

Conversation

@sgilberg

Copy link
Copy Markdown
Contributor

Previously failing CI test for Laravel 10 because assertSeeHtml() doesn't exist in that version.

I noticed that the CI run on Laravel 10.x failed after merging this PR #1792 . This commit adjusts the tests to use the longer-supported assertSee() method in place of assertSeeHtml().

Previously failing CI test for Laravel 10 because assertSeeHtml() doesn't exist in that version.
@taylorotwell
taylorotwell merged commit e4951dc into laravel:5.x Jul 17, 2026
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants