Skip to content

Commit 15f1616

Browse files
authored
Merge pull request Codeception#713 from mostafasoufi/patch-1
Update UnitTests.md
2 parents 652cfbe + 386d73d commit 15f1616

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/UnitTests.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,21 +16,21 @@ Codeception adds some nice helpers to simplify common tasks.
1616
Create a test using `generate:test` command with a suite and test names as parameters:
1717

1818
```bash
19-
php vendor/bin/codecept generate:test unit Example
19+
php vendor/bin/codecept generate:test Unit Example
2020
```
2121

2222
It creates a new `ExampleTest` file located in the `tests/unit` directory.
2323

2424
As always, you can run the newly created test with this command:
2525

2626
```bash
27-
php vendor/bin/codecept run unit ExampleTest
27+
php vendor/bin/codecept run Unit ExampleTest
2828
```
2929

3030
Or simply run the whole set of unit tests with:
3131

3232
```bash
33-
php vendor/bin/codecept run unit
33+
php vendor/bin/codecept run Unit
3434
```
3535

3636
A test created by the `generate:test` command will look like this:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy