mirror of
https://github.com/danog/phpseclib.git
synced 2024-12-02 09:38:06 +01:00
9 lines
102 B
Bash
9 lines
102 B
Bash
|
#!/bin/sh
|
||
|
set -e
|
||
|
set -x
|
||
|
|
||
|
phpunit \
|
||
|
--verbose \
|
||
|
--coverage-text \
|
||
|
--coverage-html code_coverage/
|