Skip to content

joesantos418/boltons-architecture-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boltons-architecture-example

An example of the PHP architecture used at Arquivei.

To run the tests, install the dependencies:

user@machine:checkout-path/boltons-architecture-example$ composer install

Then run the following:

user@machine:checkout-path/boltons-architecture-example$ ./vendor/bin/phpunit -c phpunit.xml

You can check the coverage report by running (requires phpdbg):

user@machine:checkout-path/boltons-architecture-example$ phpdbg -qrr ./vendor/bin/phpunit -c phpunit.xml --coverage-html coverage

Open the coverage/index.html file in your browser to see the report.

About

An example of the PHP architecture used at Arquivei

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages