- 10 May, 2013 1 commit
-
-
Benjamin Wöster authored
- 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
-
- 09 May, 2013 19 commits
-
-
Benjamin Wöster authored
using different Application instances (consoleApp/ webApp) mod: TestCase::getParam accepts second param $default=null
-
Benjamin Wöster authored
add: option to destroy app after each test to find unit tests that fail to require an app
-
Benjamin Wöster authored
-
Alexander Makarov authored
-
Qiang Xue authored
-
https://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
Check if trait was loaded
-
Qiang Xue authored
-
Qiang Xue authored
-
Suralc authored
-
Carsten Brandt authored
See https://github.com/yiisoft/yii2/issues/123#issuecomment-17657374 Issue #123
-
Carsten Brandt authored
In contrast to php function basename() It that always uses \ and / as directory separator. It is needed for use on Classnames that contain namespaces. Fixes #192
-
Carsten Brandt authored
it echoed Yii version which is not necessary
-
Alexander Makarov authored
-
Suralc authored
-
Carsten Brandt authored
-
https://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
- 08 May, 2013 20 commits
-
-
Carsten Brandt authored
[Please Review before merge] Fixed static in signature error
-
Qiang Xue authored
Fix $schemaMap declaration for Mssql driver
-
Dev-Speranza authored
-
Qiang Xue authored
-
https://github.com/yiisoft/yii2Qiang Xue authored
-
Qiang Xue authored
-
Suralc authored
-
Suralc authored
-
Qiang Xue authored
Typo in isNewRecord property of ActiveRecord
-
Qiang Xue authored
Fixes doc block in findWith method of ActiveRelation
-
Anderson Müller authored
-
Anderson Müller authored
-
Qiang Xue authored
Fix urlManager
-
Qiang Xue authored
-
Qiang Xue authored
-
Qiang Xue authored
-
Carsten Brandt authored
changed name of ansi switch to --colors https://github.com/yiisoft/yii2/commit/69cad905dd049be9d9b35d8103cd60591e13c6ae#commitcomment-3168489 issue #33
-
Carsten Brandt authored
also naming of formatString -> ansiFormat
-
Carsten Brandt authored
-