paste.chapril.org-privatebin/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 11:01:51 +01:00
* php-gd
* php-sqlite
* php-xdebug
Example for Debian and Ubuntu:
2016-09-14 23:55:55 +02:00
```sh
2016-11-13 11:01:51 +01:00
$ sudo aptitude install phpunit php-gd php-sqlite php-xdebug
2016-09-14 23:55:55 +02:00
```
To run the tests, just change into this directory and run phpunit:
2016-09-14 23:55:55 +02:00
```sh
$ cd PrivateBin/tst
$ phpunit
```