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 9c9c257 commit 3fc3499Copy full SHA for 3fc3499
tests/Feature/Mcp/Resources/ThirdPartyResourceTest.php
@@ -129,7 +129,7 @@ function example() {
129
130
expect($content1)->toBe($content2)
131
->and($content1)->toContain('<code-snippet name="example" lang="php">')
132
- ->and($content1)->not->toContain('___BOOST_SNIPPET_'); // No unresolved placeholders
+ ->and($content1)->not->toContain('___BOOST_SNIPPET___');
133
});
134
135
test('it handles non-existent blade file gracefully', function (): void {
0 commit comments