mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
updating unit testing README with new requirements for eris library
This commit is contained in:
parent
6a9f3303dc
commit
b80ce78e01
|
@ -8,10 +8,13 @@ and its dependencies:
|
|||
* php-sqlite3
|
||||
* php-curl (optional, for codeclimate test reporter)
|
||||
* php-xdebug (optional, for code coverage reports)
|
||||
* composer (to install eris property based unit tests)
|
||||
|
||||
Example for Debian and Ubuntu:
|
||||
```console
|
||||
$ sudo apt install phpunit php-gd php-sqlite php-curl php-xdebug
|
||||
$ sudo apt install phpunit php-gd php-sqlite php-curl php-xdebug composer
|
||||
$ cd PrivateBin
|
||||
$ composer update
|
||||
```
|
||||
|
||||
To run the tests, just change into this directory and run phpunit:
|
||||
|
|
Loading…
Reference in New Issue
Block a user