RonasIT / laravel-helpers

11 stars 14 forks source link

fix: supports phpunit10 #106

Closed Goodmain closed 8 months ago

Goodmain commented 8 months ago

At the PHPUnit 10 they have changed InvocationOrder->getInvocationCount() to InvocationOrder->numberOfInvocations(). So to support both versions I added checking of the getInvocationCount function.

Also there was an issue with $startedTestSuite at the TestCase.