-
We may be able to revert #2351 after we upgrade to Pest v3 and PHPUnit v11.
-
| Q | A
| ---------------- | -----
| Bug report? | yes
| Library version | v2.11
PHP 8.3 (but should be the same with earlier versions.
Cannot be installed with current Pes…
renky updated
3 weeks ago
-
# Steps to reproduce
1. Make sure pest is installed.
2. Composer require spatie/pest-plugin-route-testing
3. Create a new file : RouteTest.php in tests/Feature directory.
4. Write the code
```ph…
-
-
### What Happened
Whenever i run my tests in parallel, the number of tests stays at 667. When i run a normal test-run the correct number of tests shows. The number of assertions is correct, this does…
-
I would love to use Pest's architecture test framework to perform assertions on what methods return.
My personal use case is to assert that my project's Http controller public methods (invokable or…
-
### What Happened
I use composer config to change `vendor/` directory to `libs/`. (see : https://getcomposer.org/doc/06-config.md#vendor-dir )
But when I use `./libs/bin/pest --init`, I have somes e…
-
Livewire ships Livewire::withoutLazyLoading() to allow user to disable the lazy behaviour.
https://livewire.laravel.com/docs/lazy#disabling-lazy-loading-for-tests
It would be great to do the sam…
-
Hi,
I have Laravel + Octane, but the problem the HMR will not work, I need to refresh the page just to reflect the changes.
This is how I access my site in local https://mysite.local
here …
-
### What Happened
In local enviroment is not a big deal, but in CI/CD is problematic because there are not FAILING tests and the problem is unnoticed.
```bash
PASS Tests\Unit\ExampleTest
…