[command] Fixed help for load-fixtures command
This commit is contained in:
parent
98e04335e0
commit
bfc0e24c88
1 changed files with 8 additions and 2 deletions
|
|
@ -80,8 +80,14 @@ XML fixtures files are the same XML files you can get with the command <info>pro
|
|||
YAML fixtures are:
|
||||
<comment>
|
||||
\Awesome\Object:
|
||||
Title: My title
|
||||
MyFoo: bar
|
||||
o1:
|
||||
Title: My title
|
||||
MyFoo: bar
|
||||
|
||||
\Awesome\Related:
|
||||
r1:
|
||||
ObjectId: o1
|
||||
Description: Hello world !
|
||||
</comment>
|
||||
EOT
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue