The preferred way to install this extension is through composer.
First download extention. Run the command in the terminal:
composer require "coderius/yii2-seo-helper"
or add in composer.json
"coderius/yii2-seo-helper": "^1.0"
and run composer update
Run tests in extention folder.
$ ./vendor/bin/phpunit
Note! For running all tests needed upload all dependencies by composer. If tested single extention, then run command from root directory where located extention:
composer update
When all dependencies downloaded run all tests in terminal from root folder:
./vendor/bin/phpunit tests
Or for only unit:
./vendor/bin/phpunit --testsuite Unit
If extention tested in app, then set correct path to phpunit and run some commands.
The MIT License (MIT). Please see License File for more information.