Skip to content

pmvc/docker-pmvc-phpunit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

176 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Docker Pulls

PMVC PHPUNIT Docker Image

  • The latest locked version is PHP 8.5.

phpunit version

There are six major phpunit version.

  • PHP 5.6 [7.0, 7.1] use phpunit 4.8.36
  • PHP 7.2 [7.3, 7.4] use phpunit 8.5.52
  • PHP 8.0 use phpunit ^9.6
  • PHP 8.1 [8.2] use phpunit ^10.5
  • PHP 8.3 use phpunit ^12.5
  • PHP 8.4 [8.5] use phpunit ^13.0
  • phpunit support version

Features

  • support utc timezone without date_default_timezone_set
  • support phpunit [4.8.36 - 13.x]
  • support xdebug for code coverage [3.1.6 - 3.5.1]
  • support pmvc command line
  • support pdo-[mysql, pgsql, sqlite]

Advance feature

GIT

Docker hub

Check entrypoint

docker run --rm allfunc/pmvc-phpunit cat /usr/local/bin/docker-php-entrypoint

Test gist with docker run

curl https://gist.githubusercontent.com/HillLiu/fa84bc3327cdccc248c5484f4df05755/raw/a8c6ae3e5ed9473d04432423182c79f7e36ebf4c/demo-7x8x-mixed.php | docker run --rm -i allfunc/pmvc-phpunit:8.1 php

curl https://gist.githubusercontent.com/HillLiu/fa84bc3327cdccc248c5484f4df05755/raw/a8c6ae3e5ed9473d04432423182c79f7e36ebf4c/demo-7x8x-mixed.php | docker run --rm -i allfunc/pmvc-phpunit:7.4 php

Use with CircleCI

Build your ci within 3 run command.

MIT 2026

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors