Commit Graph

9 Commits

Author SHA1 Message Date
Alexander Makarov
e8aed03f1a Fixed entry script name 2014-10-18 19:31:39 +04:00
Alexander Makarov
58842e3a24 Used aliases for fixture directory definitions 2014-08-26 01:51:58 +04:00
Alexander Makarov
459ac478a2 Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements. 2014-08-25 02:01:05 +04:00
Alexander Makarov
2e9a0839dd Added faker to basic app console commands, adjusted readme to mention database setup 2014-08-24 15:26:57 +04:00
Alexander Makarov
6b67d0ec52 Renamed YII_ROOT_DIR → YII_APP_BASE_PATH 2014-08-19 20:42:40 +04:00
Alexander Makarov
f85a0f7dd2 Prefixed constants to avoid possible naming conflicts 2014-08-18 01:56:36 +04:00
Alexander Makarov
bc2ec5c684 Fixed copyright year in batch files 2014-08-17 18:55:24 +04:00
Alexander Makarov
229c352f78 Adjusted test configs structure 2014-08-17 18:45:58 +04:00
Alexander Makarov
c55a791237 Codeception test adjustments for basic and advanced applications
- Moved everything test-related into `tests` directory. Codeception tests are in `codeception`.
- Removed database module since we're using fixtures and migrations.
- Moved console entry points and bootstrap into `tests/codeception/bin`.
- Adjusted travis build scripts.
- Adjusted documentation to be consistent and reflect changes made.
2014-08-15 19:09:52 +04:00