@@ -18,12 +18,12 @@ Everything you want to know about Codeception can be found in Guides.
18
18
19
19
* [ Introduction] ( /docs/01-Introduction ) - all about testing: acceptance, unit, and functional tests explained.
20
20
* [ Getting Started] ( /docs/02-GettingStarted ) - setting up and writing a first test with Codeception
21
- * [ Modules] ( /docs/03-Modules ) - understanding modules and helpers
21
+ * [ Modules] ( /docs/03-ModulesAndHelpers ) - understanding modules and helpers
22
22
* [ Acceptance Tests] ( /docs/04-AcceptanceTests ) - writing Selenium and PhpBrowser accetance tests.
23
23
* [ Functional Tests] ( /docs/05-FunctionalTests ) - writing functional tests for popular PHP frameworks.
24
- * [ Unit Tests (Test) ] ( /docs/06-UnitTests-TEST ) - writing PHPUnit tests using Codeception helpers.
25
- * [ Unit Tests in Scenarios ] ( /docs/07-UnitTestsScenarios ) - unit testing in scenarios proof of concept .
26
- * [ Unit Tests Practice ] ( /docs/08-UnitTests-CEST ) - writing scenario-driven unit tests
24
+ * [ Unit Tests] ( /docs/06-UnitTests ) - writing PHPUnit tests using Codeception helpers.
25
+ * [ Advanced Usage ] ( /docs/07-AdvancedUsage ) - improving your testing experience and project organization .
26
+ * [ Customization ] ( /docs/08-Customization ) - extending and customizing file structure and test execution routines.
27
27
* [ Data] ( /docs/09-Data ) - repopulation of database, cleaning up data, using fixtures, etc.
28
28
* [ Web Services] ( /docs/10-WebServices ) - testing REST and SOAP WSDL webservices.
29
29
@@ -88,4 +88,4 @@ All russian posts was published on habrahabr website. It's more like announcemen
88
88
89
89
[ Codeception Articles at Habrahabr] ( http://habrahabr.ru/tag/codeception )
90
90
91
- Следите за новыми постами на Хабре!
91
+ Следите за новыми постами на Хабре!
0 commit comments