Skip to content

Commit

Permalink
Update cookbook/symfony2/testing.markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Aug 2, 2012
1 parent 104bf96 commit 98397ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/symfony2/testing.markdown
Expand Up @@ -119,7 +119,7 @@ inside.
{% highlight php %}
<?php
self::runCommand('propel:fixtures:lad @AcmeDemoBundle --yml');
self::runCommand('propel:fixtures:load @AcmeDemoBundle --yml');
{% endhighlight %}
If you want to write unit tests for your Model classes for some reasons, you can
Expand Down

0 comments on commit 98397ac

Please sign in to comment.