Skip to content

Commit

Permalink
Fixing bad command - thanks to Aaron Kincer in the comments!
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Oct 20, 2020
1 parent f8d1814 commit 3e214e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sfcasts/ep2-security/validation-groups.md
Expand Up @@ -95,7 +95,7 @@ The POST operation should execute all validation constraints in *both* the
Find your terminal and, this time, run *all* the user tests:

```terminal
php bin/phpunit test/Functional/UserResourceTest.php
php bin/phpunit tests/Functional/UserResourceTest.php
```

Green!
Expand Down

0 comments on commit 3e214e5

Please sign in to comment.