Skip to content

Docker image with PHPUnit, PHPCS, Composer, and various PHP extensions. Could be used for a CI platform such as Travis or Bitbucket Pipelines.

License

Notifications You must be signed in to change notification settings

elliotjreed/php-test-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PHP Test Runner

A Docker image with PHPUnit, PHPCS, Composer, and various PHP extensions, including XDebug for use with code coverage.

This could be used for a CI platform such as Travis or Bitbucket Pipelines.

PHPUnit

docker run -v $PWD/:/opt/test-runner elliotjreed/php-test-runner phpunit

PHP Code Sniffer (PHPCS)

docker run -v $PWD/:/opt/test-runner elliotjreed/php-test-runner phpcs

Composer

docker run -v $PWD/:/opt/test-runner elliotjreed/php-test-runner composer

About

Docker image with PHPUnit, PHPCS, Composer, and various PHP extensions. Could be used for a CI platform such as Travis or Bitbucket Pipelines.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published