-
````
1) Tests\Unit\CustomValidationTest::validate_user_status_cannot_be_updated_from_locked_to_active
LostInTranslation\Exceptions\MissingTranslationException: Could not find translation for "valida…
-
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…
-
## Issue
At the beginning of the implementation, several unit tests were added for the core business logic (i.e., keyword listing, keyword details) but then have been removed (see [this test deleti…
-
Hi
I use Laravel 5.4. Everything works fine, like a charm, except one thing, a test unit failed: is it for learning ? or something really missing ?
Is is the ResetPasswordTest, failed because a miss…
-
### Details
The Unit Tests that are run during the installation process fail due to them not using the DB configuration from the .env file.
Here is 2 errors from the laravel.log file right after in…
-
After upgrading my dependencies to the latest version and switching from ^2.0 to ^3.0 I get the following error and the field is not rendering anymore.
```
nova-file-manager:36 Uncaught TypeError:…
-
### Ticket Contents
## Description
Organogram Builder is the process of information and communication technology (ICT) for delivering government services. Organogram Builder facilitates the proce…
-
Either adapt unit testing from [babbage tests](https://github.com/openspending/babbage/tree/master/tests) or write a new testing scenario implemented in Laravel.
-
I'm using WSL2 and not PHP installed in my WSL2. And I run my Laravel project with a custom PHP docker container. I'm not using Laravel Sail for that. Is there any way to make Laravel Pint run it on m…
-
The Laravel Dusk tests are heavy and slow.
Ideally we should only run these when we need to so I would like to configure github actions to run these tests when a branch is being merged into master…