You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/commands.markdown
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ Generates a new empty suite. You may generate new suite for integration tests, f
52
52
53
53
#### Usage
54
54
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.
56
56
57
57
Don't create two guys with the same name!
58
58
@@ -62,7 +62,7 @@ Generates new empty test file for acceptance and functional tests. Scenario-base
62
62
63
63
#### Usage
64
64
65
-
*`codcept generate:cept suitename testname` - generates testnameCept.php inside the suite.
65
+
*`codecept generate:cept suitename testname` - generates testnameCept.php inside the suite.
66
66
*`codecept generate:cept suitename subdir/subdir/testnameCept.php` - generates file in subdir/subdir of suite dir.
67
67
68
68
### Generate Cest
@@ -71,7 +71,7 @@ Generates new empty test file for scenario-based unit tests. This file format is
71
71
72
72
#### Usage
73
73
74
-
*`codcept generate:cest suitename testname` - generates testnameCest.php inside the suite.
74
+
*`codecept generate:cest suitename testname` - generates testnameCest.php inside the suite.
75
75
*`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.
76
76
77
77
### Generate Test
@@ -80,7 +80,7 @@ Generates new empty test file for Codeception powered unit test.
80
80
81
81
#### Usage
82
82
83
-
*`codcept generate:test suitename testname` - generates testnameTest.php inside the suite.
83
+
*`codecept generate:test suitename testname` - generates testnameTest.php inside the suite.
84
84
*`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.
85
85
86
86
### Generate Classical PHPUnit Test
@@ -89,7 +89,7 @@ Generates new empty test file for Codeception powered unit test.
89
89
90
90
#### Usage
91
91
92
-
*`codcept generate:phpunit suitename testname` - generates testnameTest.php inside the suite.
92
+
*`codecept generate:phpunit suitename testname` - generates testnameTest.php inside the suite.
93
93
*`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.
0 commit comments