Skip to content

Fix PSR-4 autoloading for StatsControllerTest - #113

Open
sasanzare wants to merge 1 commit into
johndavedecano:mainfrom
sasanzare:fix/psr4-warning-statscontroller
Open

Fix PSR-4 autoloading for StatsControllerTest#113
sasanzare wants to merge 1 commit into
johndavedecano:mainfrom
sasanzare:fix/psr4-warning-statscontroller

Conversation

@sasanzare

Copy link
Copy Markdown

This PR resolves the PSR-4 autoloading warning for StatsControllerTest.

Changes:

  • Relocated test file to Tests/Feature/User/ to match PSR-4 standards.
  • Updated Composer autoloader (composer dump-autoload).

Testing:

  • Confirmed no autoloading warnings remain.
  • All tests pass (phpunit Tests/Feature/User/StatsControllerTest).

Moved Tests\Feature\StatsControllerTest to Tests\Feature\User\StatsControllerTest
to comply with PSR-4 standards. Updated composer autoload and verified tests pass.
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.

1 participant