Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
privrja committed Jun 13, 2021
1 parent 7b42f21 commit 9699760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ To drop DB and create new use:

```php bin/console doctrine:mig:mig```

```php bin/console doctrine:fixtures:load```
```php bin/console doctrine:fixtures:load --group=prod``` or dev group

### Run tests
Before every test you need to delete, create, migrate and purge DB like in previuos step, now test can't be run more times in a row.
Expand Down

0 comments on commit 9699760

Please sign in to comment.