Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
denis bonnenfant
bigbluebutton-api-php
Commits
878c1a47
Commit
878c1a47
authored
Aug 01, 2018
by
Ghazi Triki
Browse files
Added PHPUnit files whitelist.
parent
4786b8eb
Changes
1
Hide whitespace changes
Inline
Side-by-side
phpunit.xml.dist
View file @
878c1a47
...
...
@@ -22,6 +22,12 @@
<log
type=
"coverage-html"
target=
"./coverage"
charset=
'UTF-8'
yui=
'true'
/>
<filter>
<whitelist
processUncoveredFilesFromWhitelist=
"true"
>
<directory
suffix=
".php"
>
./src/
</directory>
</whitelist>
</filter>
<testsuites>
<testsuite
name=
"BigBlueButton test suit"
>
<directory>
./tests/
</directory>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment