Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 361 Bytes

File metadata and controls

18 lines (13 loc) · 361 Bytes

Some phpunit tests

Just some small testing issues with phpunit.

contains

  • example how to test abstract classes and mock concrete methods in abstract classes

start

docker-compose -pphpunit up -d
docker-compose -pphpunit exec php-fpm composer install

run

docker-compose -pphpunit exec php-fpm vendor/bin/phpunit --testdox