lawman icon indicating copy to clipboard operation
lawman copied to clipboard

🤠 A PestPHP Plugin to help with architecture testing SaloonPHP integrations

Results 6 lawman issues
Sort by recently updated
recently updated
newest added

Pretty much the same as `toBeConnector` or `toBeRequest` but for Plugins.

Using the `toBeTriedAgainOnFailure()` Expectation gives an error: ```php Too few arguments to function {Namespace}::__construct(), 0 passed in ``` Same issue happens with `toHaveRetryInterval()` and `toUseExponentialBackoff()`

At the moment, if you have a job and you specified the number of times it should be retried, you could test it like this: ```php test('job') ->expect('App\Jobs\TestJob') ->toBeTriedAgainOnFailure() ```...

good first issue

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. Release notes Sourced from actions/checkout's releases. v6.0.0 What's Changed Update README to include Node.js 24 support details and requirements by @​salmanmkc in actions/checkout#2248 Persist...

There's no Expectation to expect a class to use `HasRequestPagination` rather than `HasPagination`.

good first issue