File tree Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Expand file tree Collapse file tree 6 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11/vendor
2- tests /PHPJasper /* .jasper
2+ tests /* .jasper
3+ tests /codeCoverage
34
45# IDE
56# # Eclipse
Original file line number Diff line number Diff line change 1+ version : ' 2'
2+ services :
3+ php :
4+ image : geekcom/phpjasper
5+ container_name : phpjasper
6+ volumes :
7+ - .:/var/www/app
8+ tty : true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <phpunit bootstrap =" ./tests/bootstrap .php"
2+ <phpunit bootstrap =" vendor/autoload .php"
33 backupGlobals =" false"
44 backupStaticAttributes =" false"
55 colors =" true"
2121 <directory >tests</directory >
2222 </testsuite >
2323 </testsuites >
24+
25+ <logging >
26+ <log type =" coverage-html" target =" tests/codeCoverage/html"
27+ lowUpperBound =" 50" highLowerBound =" 80" charset =" UTF-8" />
28+ </logging >
2429</phpunit >
File renamed without changes.
Load Diff This file was deleted.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments