-
The Continuous Integration article doesn't explain what the `--ci` flag actually does:
https://pestphp.com/docs/continuous-integration
It talks about using it in various CI provider but doesn't …
-
### What Happened
Running mutation test and expected no errors (since I always write perfect code) but I ran into an error:
```
TypeError
Pest\Mutate\MutationTest::calculateTimeout(): Return…
-
I want to use LaravelZero & Pest & Dusk,
But I don't want to use Command mode [https://laravel-zero.com/docs/web-browser-automation](https://laravel-zero.com/docs/web-browser-automation). I try Comma…
-
Hi,
I cannot install this on laravel 10 - any chance of some help?
tried composer update - did not help
**Error is:**
Running composer update billowapp/payfast
Loading composer repositories…
-
https://github.com/pestphp/pest/issues/1244
```
FAILED Tests\Unit\ArchTest > expect 'App\Http' → toOnlyBeUsedIn 'App\Http' …
-
Hi @yassinedoghri !
I was about to create a new `benjaminhaeberli/php-icons` repository to develop a PHP alternative to [blade-ui-kit/blade-icons](https://github.com/blade-ui-kit/blade-icons) (_nee…
-
Since WordPress offers support for PHP >= 7.0 so should we.
Tasks:
- [ ] choose and configure tools for static analysis,
- [ ] choose and configure a compatible linter,
- [ ] add an automated…
-
Hi,
Why can't it install? It's an almost brand new L11 project.
> Your requirements could not be resolved to an installable set of packages.
>
> Problem 1
> - spatie/pest-plugin-route-…
-
### What Happened
I should be able to exclude specific lines in my code with `@pest-arch-ignore-line` and `@pest-arch-ignore-next-line` as indicated in the documentation.
I can't make it work by f…
-
I am making sure a job has the expected delay
```php
it('is delayed', function () {
$job = app(ProcessWebhookJob::class);
expect($job->delay)->toBe(5);
});
```
But it claims that …