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 0d7c0e6 commit 67bb393Copy full SHA for 67bb393
en/development/testing.rst
@@ -733,6 +733,17 @@ name::
733
In the above example, both fixtures would be loaded from
734
``tests/Fixture/Blog/``.
735
736
+You can also directly include fixtures by FQCN::
737
+
738
+ public function getFixtures(): array
739
+ {
740
+ return [
741
+ UsersFixture::class,
742
+ ArticlesFixture::class,
743
+ ];
744
+ }
745
746
747
Fixture Factories
748
-----------------
749
0 commit comments