We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7865d2d commit cc76d1cCopy full SHA for cc76d1c
distribution/testing.md
@@ -36,6 +36,7 @@ docker compose exec php \
36
bin/console make:factory 'App\Entity\Book'
37
docker compose exec php \
38
bin/console make:factory 'App\Entity\Review'
39
+```
40
41
Improve the default values:
42
@@ -82,6 +83,7 @@ docker compose exec php \
82
83
bin/console make:story 'DefaultBooks'
84
85
bin/console make:story 'DefaultReviews'
86
87
88
```php
89
// src/Story/DefaultBooksStory.php
@@ -98,7 +100,6 @@ final class DefaultBooksStory extends Story
98
100
BookFactory::createMany(100);
99
101
}
102
-
103
```
104
105
0 commit comments