/time-chamber-test-php

The Hyperbolic Time Chamber (精神と時の部屋 Seishin to Toki no Heya, literal meaning "Spirit and Time Room")

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Time Chamber Test

Latest Version PRs Welcome

Time Chamber Test

The Hyperbolic Time Chamber (精神と時の部屋 Seishin to Toki no Heya, literal meaning "Spirit and Time Room") is a location that can be accessed through different doorways throughout Universe 7.

When using the entryway to the Hyperbolic Time Chamber through The Lookout on Earth, one year inside the chamber is the equivalent to one day on the outside. A step over the threshold of the training area brings one immediately into ten times Earth's gravity (the same as that of Planet Vegeta, Planet Zoon, and King Kai's Planet). The air thickness is about a quarter of Earth's and the temperature fluctuates the deeper one goes into the training area.

Besides that is possible to practice and write test codes in PHP.

Install

  1. First you need to building a correct environment to install dependences
docker build -t kiwfy/time-chamber-test .
  1. Access the container
docker run -v ${PWD}/:/var/www/html -it kiwfy/time-chamber-test bash
  1. Verify if all dependencies is installed (if need anyelse)
composer install

Validation

Run all the unit test with this command (inside container)

composer test