Skip to content

Commit

Permalink
fix typo in tests/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
angyvolin committed May 1, 2017
1 parent 98ec0cc commit 1ebabaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/README.md
Expand Up @@ -69,7 +69,7 @@ $ phpunit --exclude-group slow
### Testing Redis commands ###

We also provide an helper script in the `bin` directory that can be used to automatically generate a
file with the scheleton of a test case to test a Redis command by specifying the name of the class
file with the skeleton of a test case to test a Redis command by specifying the name of the class
in the `Predis\Command` namespace (only classes in this namespace are considered valid). For example
to generate a test case for `SET` (represented by the `Predis\Command\StringSet` class):

Expand Down

0 comments on commit 1ebabaf

Please sign in to comment.