Skip to content

Conversation

@angus-mcritchie
Copy link
Contributor

When running vendor/bin/phpunit ./tests/Support/SupportStringableTest.php it will fail with the following error.

Error: Class "Illuminate\Tests\Support\StringableObjectStub" not found
tests/Support/SupportStringableTest.php:980

This PR moves the class from the bottom of the tests/Support/SupportStrTest.php to it's own file in tests/Support/Fixtures/StringableObjectStub.php which follows the PSR-4 autoloading standards.

…./tests/Support/SupportStringableTest.php directly
@taylorotwell taylorotwell merged commit 607e835 into laravel:12.x Dec 6, 2025
76 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