aGov is a free open source Drupal distribution developed specifically for Australian government organisations

Installs: 391

Dependents: 0

Suggesters: 0

Security: 0

Stars: 29

Watchers: 29

Forks: 13

Type:drupal-profile

dev-8.x-2.x 2018-09-16 01:17 UTC

README

CircleCI

Download

aGov is available as a full drupal site in tgz and zip format at: http://drupal.org/project/agov

Building from Source

Source is available from GitHub at https://github.com/previousnext/agov

Requirements

Docker for Mac

Getting started

$ make init
$ make build
$ make login

Testing

$ ./bin/phpunit

To run a specific test:

./bin/phpunit --filter "testModuleConfig" tests/src/Kernel/DefaultConfigTest.php