From ccdcf4cefaaeb7848f43b2d46278ae6800b1fef5 Mon Sep 17 00:00:00 2001 From: El RIDO Date: Sat, 11 May 2019 19:57:13 +0200 Subject: [PATCH] fix formatting --- tst/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tst/README.md b/tst/README.md index 66ec563..03d88dd 100644 --- a/tst/README.md +++ b/tst/README.md @@ -9,11 +9,13 @@ and their dependencies: * php-xdebug (for code coverage reports) Example for Debian and Ubuntu: + ```console $ sudo apt install phpunit php-gd php-sqlite3 php-xdebug ``` To run the tests, change into the `tst` directory and run phpunit: + ```console $ cd PrivateBin/tst $ phpunit @@ -67,6 +69,7 @@ $ npm install jsverify jsdom@9 jsdom-global@2 mime-types node-webcrypto-ossl ``` To run the tests, just change into the `js` directory and run istanbul: + ```console $ cd PrivateBin/js $ istanbul cover _mocha