symonwhite/phpunittraits

this repo is an summary of function for phpunit test

2.2.0 2019-08-28 08:43 UTC

This package is auto-updated.

Last update: 2024-06-22 23:41:10 UTC


README

PHPUnitTraits

usage

  • for PHP 5.6 use version 1.x
  • for PHP 7.2 use version 2.0.1
  • for PHP 7.3 use version 2.x

... to be continue ...

docker

  • build
docker-compose build --build-arg UID=$UID
  • create
docker-compose up -d
  • start
docker-compose start
  • stop
docker-compose stop
  • exec
docker-compose exec php bash