diff --git a/codeception/codeception/2.3/post-install.txt b/codeception/codeception/2.3/post-install.txt index 163954df..59f6b133 100644 --- a/codeception/codeception/2.3/post-install.txt +++ b/codeception/codeception/2.3/post-install.txt @@ -9,6 +9,6 @@ tests/acceptance.suite.yml written <- acceptance tests suite configuration Next steps: 1. Edit tests/acceptance.suite.yml to set the url of your application. Change PhpBrowser to WebDriver to enable browser testing. 2. Edit tests/functional.suite.yml to enable Doctrine module if needed. -3. Create your first acceptance test using vendor/bin/codecept g:cest acceptance First +3. Create your first acceptance test using vendor/bin/codecept g:cest Acceptance First 4. Write your first test in tests/acceptance/FirstCest.php 5. Run tests using: vendor/bin/codecept run