- 03 Sep, 2014 1 commit
-
-
Qiang Xue authored
Added `yii\composer\Installer::postCreateProject()` and modified the syntax of calling installer methods in composer.json [skip ci]
-
- 01 Sep, 2014 1 commit
-
-
Carsten Brandt authored
-
- 27 Aug, 2014 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
speed up process a lot because 3 composer updates are reduced to one
-
- 25 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 24 Aug, 2014 3 commits
-
-
Alexander Makarov authored
Used a single database and a single CLI entry point for all test types. Added faker to basic app dev requirements.
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 19 Aug, 2014 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 17 Aug, 2014 3 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 16 Aug, 2014 3 commits
-
-
Alexander Makarov authored
Exposed basic app entry URL via codeception.yml, refactored configs of advanced app to read from config and define entry script in a single place
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 15 Aug, 2014 2 commits
-
-
Alexander Makarov authored
-
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.
-
- 11 Aug, 2014 3 commits
-
-
Anton Andersen authored
-
Anton Andersen authored
-
Anton Andersen authored
-
- 08 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 07 Aug, 2014 1 commit
-
-
Alexander Makarov authored
-
- 03 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 01 Aug, 2014 1 commit
-
-
Qiang Xue authored
-
- 31 Jul, 2014 2 commits
- 25 Jul, 2014 1 commit
-
-
tom-- authored
-
- 24 Jul, 2014 1 commit
-
- 23 Jul, 2014 1 commit
-
-
Alexander Makarov authored
-
- 19 Jul, 2014 2 commits
- 11 Jul, 2014 1 commit
-
-
Alexander Makarov authored
- Removed hacks since these are no longer required: https://github.com/Codeception/Codeception/commit/71db233985531f298264dc4ca0160d2aa1c83b7f - Removed unused helper classes - Added 2.0 style "actor" to config Thanks to @Ragazzo and @DavertMik for helping with it.
-
- 10 Jul, 2014 5 commits
-
-
Alexander Makarov authored
-
resurtm authored
Minor consistency issue. See the following files for more details: 1. framework/views/migration.php 2. framework/console/controllers/MigrateController.php
-
resurtm authored
-
Alexander Kochetov authored
-
London authored
-
- 08 Jul, 2014 1 commit
-
-
Serge Postrash authored
``` interface IdentityInterface { /** * Finds an identity by the given ID. * @param string|integer $id the ID to be looked for * @return IdentityInterface the identity object that matches the given ID. * Null should be returned if such an identity cannot be found * or the identity is not in an active state (disabled, deleted, etc.) */ public static function findIdentity($id); ```
-
- 02 Jul, 2014 1 commit
-
-
Carsten Brandt authored
-