25 Commits

Author SHA1 Message Date
f21c2c2964 Fixed test breaks. 2014-09-05 16:39:18 -04:00
6d64d62c8e Fixed test break. 2014-07-19 15:59:12 -04:00
905e39ede9 RBAC migration is now aware of custom table names, speeded up RBAC tests 2014-05-07 00:19:33 +04:00
b5f8a4dc22 Reformat code te be PSR-2 compatible 2014-03-16 10:46:21 +06:00
32d0768919 style fixes with phpcs:yii2 2014-03-08 14:55:58 +02:00
e6f9aef3a9 fixed test break. 2014-01-11 22:20:33 -05:00
951791f245 added unit test for twig renderer
verify #1755 works
2014-01-07 17:06:25 +01:00
32ea48c7ba Actualize phpunit usage approach 2013-12-30 22:34:24 +04:00
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
1c24b3e0d8 removed TestCase and WebTestCase. 2013-11-16 21:30:20 -05:00
1f6a823073 Short array syntax 2013-10-18 20:52:38 +04:00
533b1eeb6e fixed phpdoc 2013-08-13 02:47:30 +04:00
0596fa82fd code style fixes 2013-08-13 02:43:47 +04:00
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
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
3bdb6c3110 fixed indentation in test files 2013-05-11 12:54:13 +02:00
cb8f5d702f cleanup tests 2013-05-11 12:51:24 +02:00
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
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
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
d4b30e26c2 allow unit tests to requireApp() on setUp() 2013-05-09 20:41:57 +02:00
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
cc240811f1 added explicit modifier 2012-05-25 12:47:13 +03:00
d991f42cbd Use namespace in unit tests.
Fixed BehaviorTest.php
2011-12-03 15:04:17 -05:00
f082c0eb9a w 2011-09-02 23:47:18 -04:00