The Urlaube test suite contains the tests written against Urlaub.be.
To run the tests you have to clone this repository alongside the Urlaub.be repository:
git clone https://github.com/urlaube/urlaube
git clone https://github.com/urlaube/urlaube-tests
To run the tests you have to call the ./tests.php
file:
cd ./urlaube-tests
php ./tests.php
The following tests have been implemented at the moment.
This test checks the functionality of the Content
core class, namely getting and setting values.
This test checks the functionality of the Logging
core class, namely using the log level feature.
This test checks the functionality of the Translate
core class, namely loading and executing translations.