- 11 May, 2013 17 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
Merge pull request #204 branch 'unittest-app-dependency' of https://github.com/bwoester/yii2 into bwoester-unittest-app-dependency * 'unittest-app-dependency' of https://github.com/bwoester/yii2: mod: incorporate suggestions - rename requireApp() to mockApplication() - always destroy app on tearDown() - eliminates need for constant YII_DESTROY_APP_ON_TEARDOWN - mockApplication() becomes a lot easier. Destroying app on each tearDown means creating it on every call is fine. No more checking if it already exists and if it has been created from the same config. - \yii::$app should have been \Yii::$app add: new key for unit tests config named "className". Allows to run the tests using different Application instances (consoleApp/ webApp) mod: TestCase::getParam accepts second param $default=null mod: don't create app in bootstrap script, unit tests do it themselves add: option to destroy app after each test to find unit tests that fail to require an app allow unit tests to requireApp() on setUp() Conflicts: tests/unit/data/config.php
-
resurtm authored
-
resurtm authored
-
resurtm authored
-
resurtm authored
-
resurtm authored
Conflicts: apps/bootstrap/index.php yii/yiic.php
-
resurtm authored
-
Qiang Xue authored
-
Qiang Xue authored
Fix issue #209 default timezone
-
Qiang Xue authored
better have timezone fix in application
-
Qiang Xue authored
[WIP] Gettext support
-
https://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Benjamin Wöster authored
-
Benjamin Wöster authored
-
Benjamin Wöster authored
-
- 10 May, 2013 23 commits
-
-
Carsten Brandt authored
app is resposible for setting time zone, so it should also do the fixing. + documentation about the behavior. issue #210 and #209
-
resurtm authored
-
resurtm authored
-
Qiang Xue authored
RBAC sql files a little identation fix
-
Alexander Kochetov authored
-
Qiang Xue authored
RBAC sql files
-
Alexander Kochetov authored
-
Qiang Xue authored
Suggest \yii\rbac\DbManager some Db fields renaming
-
Alexander Kochetov authored
-
Qiang Xue authored
[WIP] Auth manager
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Benjamin Wöster authored
-
Benjamin Wöster authored
-
Benjamin Wöster authored
set application timezone early in application constructor, set default of UTC if no timezone is configured at all (not in app config nor in php.ini)
-
Alexander Makarov authored
-
Alexander Makarov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-
Alexander Kochetov authored
-