Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore classes which implement the TestCase interface #6

Merged
merged 1 commit into from
Nov 10, 2024

Conversation

dudelburg
Copy link
Contributor

The new path collection algorithm from f704f3c might be a bit over-agressive.
For example, it also collects the tests\commands\RecordCommandTest class from flightphp\active-record.
This prevents runway from working when active-record is installed.

By ignoring classes which implement PHPUnit\Framework\TestCase, I was able to get runway up and running again on my machine.

@n0nag0n
Copy link
Contributor

n0nag0n commented Nov 10, 2024

Great catch! And thanks for the fix!

@n0nag0n n0nag0n merged commit 200f611 into flightphp:master Nov 10, 2024
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