Common Yii 2 extension tests stuff. I use it in my extension tests but you're also free to use. :)
The preferred way to install this extension is through composer.
Either run
composer require --dev "sergeymakinen/yii2-tests:^2.0"
or add
"sergeymakinen/yii2-tests": "^2.0"
to the require-dev section of your composer.json
file.
class MyClassTest extends \sergeymakinen\yii\tests\TestCase
{
// Use protected methods defined in the TestCase class
}