Skip to content

Commit f50289c

Browse files
committed
fixes
1 parent f746a21 commit f50289c

File tree

2 files changed

+19
-140
lines changed

2 files changed

+19
-140
lines changed

readme.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,19 @@ Run Codeception, installed via Composer
4141

4242
Please check out `/tests` folder for some good test examples provided.
4343

44+
### Acceptance
45+
46+
Demonstrates tests with PhpBrowser and Codeception Chrome plugin:
47+
https://chrome.google.com/webstore/detail/codeception-testtools/jhaegbojocomemkcnmnpmoobbmnkijik
48+
49+
### API Tests
50+
51+
Demonstrates functional testing of API using REST and Laravel5 modules connected, with
52+
53+
* partial json inclusion in response
54+
* GET/POST/PUT/DELETE requests
55+
* check changes inside database
56+
4457
### Functional Tests
4558

4659
Demonstrates testing of CRUD application with
@@ -52,10 +65,11 @@ Demonstrates testing of CRUD application with
5265
* creating and checking records in database
5366
* testing of form errors
5467

55-
### API Tests
68+
### Seeds Tests
5669

57-
Demonstrates functional testing of API using REST and Laravel5 modules connected, with
70+
Just seed the DB and test if records are there. For integration testing
5871

59-
* partial json inclusion in response
60-
* GET/POST/PUT/DELETE requests
61-
* check changes inside database
72+
### Unit Tests
73+
74+
Various scenarios for Unit tests with Cest Cept.
75+
Shows how to properly test even controllers and mock dependencies

tests/api/_RestCestClean.php

Lines changed: 0 additions & 135 deletions
This file was deleted.

0 commit comments

Comments
 (0)