diff --git a/Command/LoadFixturesCommand.php b/Command/LoadFixturesCommand.php index 8bbcdb1..e6dd150 100644 --- a/Command/LoadFixturesCommand.php +++ b/Command/LoadFixturesCommand.php @@ -80,8 +80,14 @@ XML fixtures files are the same XML files you can get with the command pro YAML fixtures are: \Awesome\Object: - Title: My title - MyFoo: bar + o1: + Title: My title + MyFoo: bar + +\Awesome\Related: + r1: + ObjectId: o1 + Description: Hello world ! EOT )