Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
simplesamlphp
Manage
Activity
Members
Labels
Plan
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Perun
Perun ProxyIdP
v1
simplesamlphp
Commits
fee74665
Commit
fee74665
authored
4 years ago
by
Tim van Dijen
Browse files
Options
Downloads
Patches
Plain Diff
Update phpunit
parent
510e26e7
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpunit.xml
+29
-36
29 additions, 36 deletions
phpunit.xml
with
29 additions
and
36 deletions
phpunit.xml
+
29
−
36
View file @
fee74665
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals=
"false"
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
backupGlobals=
"false"
backupStaticAttributes=
"false"
colors=
"true"
convertErrorsToExceptions=
"true"
convertNoticesToExceptions=
"true"
convertWarningsToExceptions=
"true"
processIsolation=
"false"
stopOnFailure=
"false"
bootstrap=
"./tests/bootstrap.php"
xsi:noNamespaceSchemaLocation=
"https://schema.phpunit.de/9.3/phpunit.xsd"
>
backupStaticAttributes=
"false"
<coverage
processUncoveredFiles=
"true"
>
colors=
"true"
<include>
convertErrorsToExceptions=
"true"
<directory
suffix=
".php"
>
./lib/
</directory>
convertNoticesToExceptions=
"true"
<directory
suffix=
".php"
>
./modules/admin/lib/
</directory>
convertWarningsToExceptions=
"true"
<directory
suffix=
".php"
>
./modules/core/lib/
</directory>
processIsolation=
"false"
<directory
suffix=
".php"
>
./modules/cron/lib/
</directory>
stopOnFailure=
"false"
<directory
suffix=
".php"
>
./modules/exampleauth/lib/
</directory>
bootstrap=
"./tests/bootstrap.php"
>
<directory
suffix=
".php"
>
./modules/multiauth/lib/
</directory>
<testsuites>
<directory
suffix=
".php"
>
./modules/saml/lib/
</directory>
<testsuite
name=
"Unit tests"
>
</include>
<directory>
./vendor/simplesamlphp/simplesamlphp-test-framework/src
</directory>
<exclude>
<directory>
./tests
</directory>
<directory>
./vendor/
</directory>
</testsuite>
<directory>
./tests/
</directory>
</testsuites>
<file>
./lib/SimpleSAML/Utils/HttpAdapter.php
</file>
<filter>
</exclude>
<whitelist
processUncoveredFilesFromWhitelist=
"true"
>
<report>
<directory
suffix=
".php"
>
./lib/
</directory>
<clover
outputFile=
"build/logs/clover.xml"
/>
<directory
suffix=
".php"
>
./modules/admin/lib/
</directory>
<html
outputDirectory=
"build/coverage"
lowUpperBound=
"35"
highLowerBound=
"70"
/>
<directory
suffix=
".php"
>
./modules/core/lib/
</directory>
<text
outputFile=
"php://stdout"
showUncoveredFiles=
"true"
/>
<directory
suffix=
".php"
>
./modules/cron/lib/
</directory>
</report>
<directory
suffix=
".php"
>
./modules/exampleauth/lib/
</directory>
</coverage>
<directory
suffix=
".php"
>
./modules/multiauth/lib/
</directory>
<testsuites>
<directory
suffix=
".php"
>
./modules/saml/lib/
</directory>
<testsuite
name=
"Unit tests"
>
<exclude>
<directory>
./vendor/simplesamlphp/simplesamlphp-test-framework/src
</directory>
<directory>
./vendor/
</directory>
<directory>
./tests
</directory>
<directory>
./tests/
</directory>
</testsuite>
<file>
./lib/SimpleSAML/Utils/HttpAdapter.php
</file>
</testsuites>
</exclude>
<logging/>
</whitelist>
</filter>
<logging>
<log
type=
"coverage-text"
target=
"php://stdout"
showUncoveredFiles=
"true"
/>
<log
type=
"coverage-html"
target=
"build/coverage"
lowUpperBound=
"35"
highLowerBound=
"70"
/>
<log
type=
"coverage-clover"
target=
"build/logs/clover.xml"
/>
</logging>
</phpunit>
</phpunit>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment