remove stale backend tooling
Stop invoking the unavailable formatter and remove factory usage for the missing user factory. Give PHPStan workers the same memory allowance as the development shell.
This commit is contained in:
parent
ff95e2d2ee
commit
334e8d1792
5 changed files with 4 additions and 27 deletions
|
|
@ -156,11 +156,9 @@ gate affected by the change.
|
|||
### Backend
|
||||
|
||||
- Run tests from `backend/` with `php artisan test`.
|
||||
- Run the Composer checks defined by `backend/composer.json` when their
|
||||
dependencies are available:
|
||||
- Run the Composer checks defined by `backend/composer.json`:
|
||||
|
||||
```sh
|
||||
composer lint:check
|
||||
composer types:check
|
||||
composer test
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue