| Install | |
|---|---|
composer require gzero/cms |
|
| Latest Version: | v3.0.6 |
| PHP: | >=7.1.0 |

To run the tests you need PHP >=7.1 and the following extensions:
To run tests, copy .env.example file to .env.testing and put your database credentials into it.
To run tests you can use one of these commands:
composer test
composer test tests/functional/api/ContentCest.php
composer test tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren
composer test-debug tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren
###Quality
./vendor/bin/phpmd src/ text phpmd.xml
./vendor/bin/phpcs --standard=ruleset.xml src/ -n --colors