Carsten Brandt
3bdb6c3110
fixed indentation in test files
2013-05-11 12:54:13 +02:00
Carsten Brandt
cb8f5d702f
cleanup tests
2013-05-11 12:51:24 +02:00
Benjamin Wöster
f23a677bdf
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
2013-05-10 02:01:08 +02:00
Benjamin Wöster
c30ee60e9c
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
2013-05-09 22:06:58 +02:00
Benjamin Wöster
5e0f6604e8
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
2013-05-09 21:56:36 +02:00
Benjamin Wöster
d4b30e26c2
allow unit tests to requireApp() on setUp()
2013-05-09 20:41:57 +02:00
Zander Baldwin
4be9e195c2
Add Newlines
...
Appended newlines to every PHP document that did not have a newline as the last character in the file.
2013-05-05 17:04:55 +01:00
Alexander Makarov
cc240811f1
added explicit modifier
2012-05-25 12:47:13 +03:00
Qiang Xue
d991f42cbd
Use namespace in unit tests.
...
Fixed BehaviorTest.php
2011-12-03 15:04:17 -05:00
Qiang Xue
f082c0eb9a
w
2011-09-02 23:47:18 -04:00