TestsΒΆ

The unit tests are in the tests directory.

Tests are written with PHPUnit 3.6, there are no particular dependencies used.

After the installation of PHPUnit, in order to run tests simply go in the tests directory and run the following command:

phpunit phraw

Previous topic

Scaling up

Next topic

Upgrading

This Page