2017 © Pedro Peláez
 

library cms

Gzero CMS

image

gzero/cms

Gzero CMS

  • Wednesday, May 30, 2018
  • by AdrianSkierniewski
  • Repository
  • 8 Watchers
  • 6 Stars
  • 3,532 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 40 Versions
  • 8 % Grown

The README.md

GZERO CMS Build Status Coverage Status

Testing

To run the tests you need PHP >=7.1 and the following extensions: - xml - curl - mbstring - pgsql - gd, (*1)

To run tests, copy .env.example file to .env.testing and put your database credentials into it., (*2)

To run tests you can use one of these commands:, (*3)

whole suit

composer test, (*4)

single file

composer test tests/functional/api/ContentCest.php, (*5)

single test

composer test tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren, (*6)

single test with --debug

composer test-debug tests/functional/api/ContentCest.php:shouldBeAbleToGetCategoryChildren, (*7)

Quality

./vendor/bin/phpmd src/ text phpmd.xml
./vendor/bin/phpcs --standard=ruleset.xml src/ -n --colors

The Versions