Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Formatting
Signed-off-by: Pushpak Chhajed <[email protected]>
  • Loading branch information
pushpak1300 committed Dec 16, 2025
commit 3fc349942cd7d26c73bc899452053b326323c7ec
2 changes: 1 addition & 1 deletion tests/Feature/Mcp/Resources/ThirdPartyResourceTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ function example() {

expect($content1)->toBe($content2)
->and($content1)->toContain('<code-snippet name="example" lang="php">')
->and($content1)->not->toContain('___BOOST_SNIPPET_'); // No unresolved placeholders
->and($content1)->not->toContain('___BOOST_SNIPPET___');
});

test('it handles non-existent blade file gracefully', function (): void {
Expand Down