* master: (33 commits)
Skipped ApcCacheTest expire
MS Windows EOLs → UNIX EOLs.
Build command path fix.
refactored RBAC.
Added usage example of Theme.
Added default class for theme.
Fixes issue #172: Implemented new usage of widgets.
code style fix of YiiRequirementChecker.php Renamed yiirequirements.php to requirements.php
"YiiRequirementChecker" console view has been reworked to display requirements by blocks and in brief for the successful ones.
Changed framework in dir structure to yii
requirements.php typo fix.
"requirements.php" has been added to "bootstrap" application.
Doc comments and error messages for "YiiRequirementChecker" have been adjusted.
Doc comments for "YiiRequirementChecker" have been updated.
PHP version fallback for "YiiRequirementChecker" has been added.
"YiiRequirementChecker::check()" has been updated allowing to accept filename for the requirements. Yii core requirements file has been composed.
Check helper methods have been added to "YiiRequirementChecker".
Web view for "YiiRequirementChecker" has been created.
"YiiRequirementChecker::render()" has been implemented, console view has been created.
added newline to end of header and body blocks in View
...
* 'unittest-app-dependency' of https://github.com/bwoester/yii2:
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
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
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
allow unit tests to requireApp() on setUp()
Conflicts:
tests/unit/data/config.php