From 1ebabaf8f8c6a4302389701cd1392ecbd6498b4a Mon Sep 17 00:00:00 2001 From: Andrii Volin Date: Mon, 1 May 2017 17:12:25 +0300 Subject: [PATCH] fix typo in tests/README.md --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index 97398421..b14c3b5a 100644 --- a/tests/README.md +++ b/tests/README.md @@ -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):