knuckleswtf / scribe

Generate API documentation for humans from your Laravel codebase.✍
https://scribe.knuckles.wtf/laravel/
MIT License
1.59k stars 280 forks source link

[TEST] Update Test Case for Route Processing - PR #718 #732

Closed zfhassaan closed 9 months ago

zfhassaan commented 9 months ago

Description

This Pull Request addresses and updates the test case for route processing in the context of PR #718. The changes ensure that the test case accurately reflects the expected behavior when checking if a route can be processed based on the controller and method, as specified in the code changes and discussions.

Changes Made

Context

This PR is associated with Issue #718 and ensures that the test case aligns with the code changes made in the PR. It improves the maintainability of the test case and its reliability for future updates and changes.

How to Test

  1. Clone this PR branch locally.
  2. Run the test suite to verify that the updated test case functions as expected.

Related PRs and Issues

Checklist

Please review and merge this PR to ensure that the test case accurately represents the intended behavior and contributes to the overall reliability of the project.

shalvah commented 9 months ago

Tests are still failing; do you need some help?