Carsten Brandt
e775c82dd8
Changed usage of self to static to allow extendibility
...
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
2013-11-20 18:36:05 +01:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
1c24b3e0d8
removed TestCase and WebTestCase.
2013-11-16 21:30:20 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
1f6a823073
Short array syntax
2013-10-18 20:52:38 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
533b1eeb6e
fixed phpdoc
2013-08-13 02:47:30 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
0596fa82fd
code style fixes
2013-08-13 02:43:47 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
e94cc6bb9e
unit test for UrlManager RESTful routing syntax
...
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.
2013-06-03 09:33:16 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
7cd9123c3b
Tests cleanup
...
- Better names
- Removed not used MySQLTestCase
- Moved base testcase for DB to db namespace
- Minor style fixes
2013-05-24 18:35:00 +04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
3bdb6c3110
fixed indentation in test files
2013-05-11 12:54:13 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Carsten Brandt
cb8f5d702f
cleanup tests
2013-05-11 12:51:24 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Benjamin Wöster
d4b30e26c2
allow unit tests to requireApp() on setUp()
2013-05-09 20:41:57 +02:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
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
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Alexander Makarov
cc240811f1
added explicit modifier
2012-05-25 12:47:13 +03:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
d991f42cbd
Use namespace in unit tests.
...
Fixed BehaviorTest.php
2011-12-03 15:04:17 -05:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)
Qiang Xue
f082c0eb9a
w
2011-09-02 23:47:18 -04:00
octicon-copy(16/)
octicon-file-diff(16/)
octicon-file-code(16/)