Skip to content

Commit 63e5de6

Browse files
author
Mark
committed
Merge pull request Codeception#10 from Haensel/master
Fixing typos in command reference
2 parents ac479fb + b8b4dd6 commit 63e5de6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/reference/commands.markdown

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Generates a new empty suite. You may generate new suite for integration tests, f
5252

5353
#### Usage
5454

55-
* `codecept genrate:suite suitename guyname` - provide name of suite and name a Guy who will be used in tests.
55+
* `codecept generate:suite suitename guyname` - provide name of suite and name a Guy who will be used in tests.
5656

5757
Don't create two guys with the same name!
5858

@@ -62,7 +62,7 @@ Generates new empty test file for acceptance and functional tests. Scenario-base
6262

6363
#### Usage
6464

65-
* `codcept generate:cept suitename testname` - generates testnameCept.php inside the suite.
65+
* `codecept generate:cept suitename testname` - generates testnameCept.php inside the suite.
6666
* `codecept generate:cept suitename subdir/subdir/testnameCept.php` - generates file in subdir/subdir of suite dir.
6767

6868
### Generate Cest
@@ -71,7 +71,7 @@ Generates new empty test file for scenario-based unit tests. This file format is
7171

7272
#### Usage
7373

74-
* `codcept generate:cest suitename testname` - generates testnameCest.php inside the suite.
74+
* `codecept generate:cest suitename testname` - generates testnameCest.php inside the suite.
7575
* `codecept generate:cest suitename "\Namespace\Subnamespace\testnameCest.php"` - generates file in `Namespace/Subnamepace` of suite dir (according to PSR-0). Generated file will have a namespace defined.
7676

7777
### Generate Test
@@ -80,7 +80,7 @@ Generates new empty test file for Codeception powered unit test.
8080

8181
#### Usage
8282

83-
* `codcept generate:test suitename testname` - generates testnameTest.php inside the suite.
83+
* `codecept generate:test suitename testname` - generates testnameTest.php inside the suite.
8484
* `codecept generate:test suitename "\Namespace\Subnamespace\testnameTest.php"` - generates file in `Namespace/Subnamepace` of suite dir (according to PSR-0). Generated file will have a namespace defined.
8585

8686
### Generate Classical PHPUnit Test
@@ -89,7 +89,7 @@ Generates new empty test file for Codeception powered unit test.
8989

9090
#### Usage
9191

92-
* `codcept generate:phpunit suitename testname` - generates testnameTest.php inside the suite.
92+
* `codecept generate:phpunit suitename testname` - generates testnameTest.php inside the suite.
9393
* `codecept generate:phpunit suitename "\Namespace\Subnamespace\testnameTest.php"` - generates file in `Namespace/Subnamepace` of suite dir (according to PSR-0). Generated file will have a namespace defined.
9494

9595

0 commit comments

Comments
 (0)