fix capitialization error (#1434)

This commit is contained in:
Tac Tacelosky
2022-12-15 08:15:52 +01:00
committed by GitHub
parent 660c8c339c
commit 87cdd9527b
+1 -1
View File
@@ -9,6 +9,6 @@ tests/acceptance.suite.yml written <- acceptance tests suite configuration
<options=bold>Next steps:</options=bold>
1. Edit <options=bold>tests/acceptance.suite.yml</options=bold> to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing.
2. Edit <options=bold>tests/functional.suite.yml</options=bold> to enable Doctrine module if needed.
3. Create your first acceptance test using <comment>vendor/bin/codecept g:cest acceptance First</comment>
3. Create your first acceptance test using <comment>vendor/bin/codecept g:cest Acceptance First</comment>
4. Write your first test in <options=bold>tests/acceptance/FirstCest.php</options=bold>
5. Run tests using: <comment>vendor/bin/codecept run</comment>