mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 14:14:04 +00:00
Fix Redis scan for predis, make phpunit use multiple configs (e.g. different Redis drivers)
This commit is contained in:
parent
fe6ce82045
commit
0dc8c80a02
6 changed files with 37 additions and 13 deletions
1
test
1
test
|
|
@ -22,4 +22,5 @@ for variant in variants:
|
|||
system('docker-compose exec test vendor/bin/phpunit --configuration "%s" --coverage-php %s %s'
|
||||
% (filename_base + '.xml', 'coverage/' + filename_base + '.cov', ' '.join(other)))
|
||||
|
||||
# todo delete folder contents first?
|
||||
system("docker-compose exec test vendor/bin/phpcov merge --clover clover.xml coverage/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue