1. 12 Sep, 2014 1 commit
  2. 24 Aug, 2014 1 commit
  3. 19 Aug, 2014 1 commit
  4. 17 Aug, 2014 2 commits
  5. 16 Aug, 2014 3 commits
  6. 15 Aug, 2014 1 commit
    • Codeception test adjustments for basic and advanced applications · 7eb403bf
      Alexander Makarov authored
      - 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.