Skip to content

sir-william/banking-kata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

phpunit setup

This is a simple bootstrap project for PHP with phpunit

For PHP 7.2 or above just run:

./composer install

To run the tests just run:

phpunit --bootstrap vendor/autoload.php tests --filter testNotFailing

You need PHP 7.2 or above.

If you have legacy version of php please change composer.json file and include the version that is compatible with you version of PHP

If you change the phpunit version do not forget to run:

./composer update --with-dependencies

run from docker

'./test.sh'

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published