-
Hey all,
To preface, Laravel has phpunit tests built into the framework, where users can write custom tests for various parts of their application. Ideally, I'd like to use my own custom tests with…
-
after fix this reported issue [5635](https://github.com/Laravel-Backpack/CRUD/issues/5635)
this feature stopped working
[Allow user to select multiple times the same pivot](https://backpackforlara…
-
**Model function test**
**Controller function test**
**Route Test**
------------------------------------------------
- [ ] code: create client
- [ ] code: create superadmin user with connec…
-
### 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
…
-
### Details
There was 1 failure:
1) Tests\Unit\GedcomExporterTest::testHandlingOfFileWriteErrors
Failed asserting that exception of type "Error" matches expected exception "Exception". Message w…
-
### What Happened
When I run `pest` (without the directory arguments), a subset of my tests will always fail. They will always pass when I run `pest tests`.
It is the same subset each time, and…
-
I am trying this package to modularise one of our application. I have configured Laravel to use pest for testing.
In the main Laravel tree, I have tests/Pest.php configuration file.
I am creatin…
-
### What Happened
Imagine if you have a large seeder that takes 5s to run, and you need to test 20 things after that seed.
If you seed at the beginning of each test you would be waiting a 100 s…
-
While running the tests I'm getting this error
> ReflectionException: Call to undefined method PHPUnit\Framework\TestCase::get()
> at vendor/pestphp/pest-plugin-laravel/src/Http.php:189
> at test…
-
### What Happened
```
FAILED Tests\Unit\ArchTest > expect 'App\Http' → toOnlyBeUsedIn 'App\Http' Error
Undefin…