- 07 Jan, 2014 1 commit
-
-
Carsten Brandt authored
verify #1755 works
-
- 30 Dec, 2013 1 commit
-
-
Alexander Kochetov authored
-
- 20 Nov, 2013 1 commit
-
-
Carsten Brandt authored
code style section has been added here: https://github.com/yiisoft/yii2/wiki/Core-framework-code-style#self-vs-static verification code for properties: https://gist.github.com/cebe/7566916
-
- 17 Nov, 2013 1 commit
-
-
Qiang Xue authored
-
- 18 Oct, 2013 1 commit
-
-
Alexander Makarov authored
-
- 12 Aug, 2013 2 commits
-
-
Alexander Makarov authored
-
Alexander Makarov authored
-
- 03 Jun, 2013 1 commit
-
-
Carsten Brandt authored
removed test param 'appClass' as it does not make sense to configure application class for all tests, some explicitly need webapp where some might explicitly need console app.
-
- 24 May, 2013 1 commit
-
-
Alexander Makarov authored
- Better names - Removed not used MySQLTestCase - Moved base testcase for DB to db namespace - Minor style fixes
-
- 11 May, 2013 2 commits
-
-
Carsten Brandt authored
-
Carsten Brandt authored
-
- 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 3 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
-
- 05 May, 2013 1 commit
-
-
Zander Baldwin authored
Appended newlines to every PHP document that did not have a newline as the last character in the file.
-
- 25 May, 2012 1 commit
-
-
Alexander Makarov authored
-
- 03 Dec, 2011 1 commit
-
-
Qiang Xue authored
Fixed BehaviorTest.php
-
- 03 Sep, 2011 2 commits