-
When trying to execute multiple unit-tests, I am getting the following error: Type json already exists.
This happens when the second unit-test is being executed. I assume that the APP is already initi…
-
Machine :
Platform : windows
ffi enabled : preload
php version : 8.2.3
php memory limit : 512M
Steps to Reproduce :
1. Installation
2. Run the servers
3. Upload a image
4. Observer Queue…
-
In Laravel, I would normally use one of these methods to check if I'm in a testing environment:
- `\App\environment() === 'testing'`
- `config('app.env') === 'testing'`
- `\App::runningUnitTests(…
-
**Describe the bug**
I'm using a model with a translatable name (using [spatie/laravel-translatable](https://github.com/spatie/laravel-translatable/)) which is used as the source for a translatable…
-
## Currently:
Camel case prefixed with test. `testGuestCannotSeeArticle()`
## Proposed:
Descriptive names delimited by underscore
## Example:
```php
```
## Reasoning:
Laravel's own tut…
-
### Tasks for Day 1 - Setting up the infrastructure
- [x] Install Composer: https://getcomposer.org/download/
- [x] Install Laravel 5.7: https://laravel.com/docs/5.7 (make sure you have PHP7.1+)
- …
-
I'm having a bit of a shocker :P
If I follow the steps for Laravel 11 using the Counter example... and follow the optional Session steps too, then I get a counter that is almost working but on cli…
-
I'm creating Behat tests for a Laravel 5.2 project using Behat 3+, Laravel-Behat-Extension and this package.
My `behat.yml` is as such:
``` yaml
default:
autoload:
- %paths.base%/tests/B…
-
### What Happened
![image](https://github.com/pestphp/pest/assets/41639197/891176fc-668f-4dfe-8cf5-2c468cef595c)
when run pest with --parallel flag on github action always get
INFO Unknown…
-
Hi
I am doing some eairly testing with PHP 8.4
I have found a conflict within the library
```
Fatal error: Cannot make static method PDO::connect() non static in class Aura\Sql\AbstractExtende…