Sample PHP Website

Build Status Build Status Build Status

Informations

Job build history and demo website has been archived and removed plublicy

Requirements

Requirement Version
Docker >=18
docker-compose >=1.10
PHP >= 7
PHPUnit >= 6

Usage

Start all version

git checkout master

chmod +x start.sh

./start.sh

Start one version

git checkout [v1|v2|v3]

chmod +x start.sh

./start.sh

Run tests

We assume that phpunit is present in PATH

git checkout [v1|v2|v3]

phpunit tests.php

Author

Laurent PANEK