bintzwing/tst/README.md

21 lines
394 B
Markdown
Raw Normal View History

Running unit tests
==================
In order to run these tests, you will need to install the following packages
and its dependencies:
* phpunit
2016-11-13 10:01:51 +00:00
* php-gd
* php-sqlite
* php-xdebug
Example for Debian and Ubuntu:
2016-09-14 21:55:55 +00:00
```sh
2016-11-13 10:01:51 +00:00
$ sudo aptitude install phpunit php-gd php-sqlite php-xdebug
2016-09-14 21:55:55 +00:00
```
To run the tests, just change into this directory and run phpunit:
2016-09-14 21:55:55 +00:00
```sh
$ cd PrivateBin/tst
$ phpunit
```