2 files changed
+11
-11
lines changed+10-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
| 16 | + | |
| 17 | + | |
16 | 18 |
| |
| 19 | + | |
17 | 20 |
| |
| 21 | + | |
18 | 22 |
| |
19 | 23 |
| |
20 | 24 |
| |
21 | 25 |
| |
22 |
| - | |
23 |
| - | |
24 |
| - | |
25 |
| - | |
26 |
| - | |
27 |
| - | |
28 |
| - | |
29 | 26 |
| |
| 27 | + | |
30 | 28 |
| |
31 | 29 |
| |
32 | 30 |
| |
33 | 31 |
| |
34 | 32 |
| |
35 | 33 |
| |
36 | 34 |
| |
37 |
| - | |
| 35 | + | |
38 | 36 |
| |
39 | 37 |
| |
40 | 38 |
| |
| |||
43 | 41 |
| |
44 | 42 |
| |
45 | 43 |
| |
46 |
| - | |
47 |
| - | |
| 44 | + | |
48 | 45 |
| |
49 | 46 |
| |
50 | 47 |
| |
51 | 48 |
| |
52 | 49 |
| |
53 | 50 |
| |
| 51 | + | |
| 52 | + | |
54 | 53 |
| |
| 54 | + |
- .travis.yml+31-8
- README.md+14-7
- codeception.yml-18
- common/config/params-local.php-3
- common/models/User.php+168-168
- composer.lock+85-70
- console/migrations/m140724_112641_init.php+1
- environments/.gitignore-2
- environments/dev/backend/config/main-local.php+2-2
- environments/dev/common/config/main-local.php-3
- environments/index.php+2-1
- init+17-25
- requirements.php+34-11
- rest/config/main.php+61-57
- rest/config/params-local.php-3
- rest/versions/v1/controllers/UserController.php+28-40
- rest/versions/v1/models/Post.php+12
- rest/versions/v1/models/User.php+1-1
- tests/codeception.yml+1-2
- tests/codeception/backend/acceptance/LoginCept.php-33
- tests/codeception/backend/functional/LoginCept.php-28
- tests/codeception/common/_support/FixtureHelper.php+4
- tests/codeception/common/fixtures/PostFixture.php+13
- tests/codeception/config/config.php+1-1
- tests/codeception/config/rest/acceptance.php+17-17
- tests/codeception/config/rest/config.php+9-5
- tests/codeception/config/rest/functional.php+18-18
- tests/codeception/config/rest/unit.php+16-16
- tests/codeception/rest/.gitignore+4-4
- tests/codeception/rest/_bootstrap.php+22-22
- tests/codeception/rest/_output/.gitignore+2-2
- tests/codeception/rest/acceptance.suite.yml+27-27
- tests/codeception/rest/acceptance/_bootstrap.php+2-2
- tests/codeception/rest/codeception.yml+17-17
- tests/codeception/rest/functional.suite.yml+19-17
- tests/codeception/rest/functional/PostAPICept.php+32
- tests/codeception/rest/functional/UserApiCept.php+16
- tests/codeception/rest/functional/_bootstrap.php+2-2
- tests/codeception/rest/unit.suite.yml+6-6
- tests/codeception/rest/unit/DbTestCase.php+8-8
- tests/codeception/rest/unit/TestCase.php+8-8
- tests/codeception/rest/unit/_bootstrap.php+2-2
- tests/codeception/rest/unit/fixtures/data/.gitkeep
0 commit comments