Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Multi PHPUnit

Test your PHP code in multiple versions using Docker.

  • Free software: Apache 2.0 license

Features

  • Supports PHPUnit tests on PHP 5.4, 5.5, 5.6 and HHVM.

Pre-requisites

Usage Example

Sample app in the example folder.

cd example

# Run the unit tests in different versions:

composer update

docker-compose run php54 phpunit

docker-compose run php55 phpunit

docker-compose run php56 phpunit

docker-compose run hhvm phpunit

Also, see example/docker-compose.yml.

About

Test your PHP code in multiple versions using Docker.

Resources

Stars

20 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages