Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dbp-relay-example-bundle
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Automate
Agent sessions
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This project is archived. Its data is
read-only
.
Show more breadcrumbs
digital blueprint
Relay API Gateway
dbp-relay-example-bundle
Commits
8c508f1d
Commit
8c508f1d
authored
Nov 26, 2020
by
Reiter, Christoph
Browse files
Options
Downloads
Patches
Plain Diff
Update to phpunit9
parent
4a21f690
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
phpstan.neon
+1
-1
1 addition, 1 deletion
phpstan.neon
phpunit.xml.dist
+22
-31
22 additions, 31 deletions
phpunit.xml.dist
with
23 additions
and
32 deletions
phpstan.neon
+
1
−
1
View file @
8c508f1d
...
@@ -8,6 +8,6 @@ parameters:
...
@@ -8,6 +8,6 @@ parameters:
- src
- src
- tests
- tests
bootstrapFiles:
bootstrapFiles:
- vendor/bin/.phpunit/phpunit-
8
-0/vendor/autoload.php
- vendor/bin/.phpunit/phpunit-
9
-0/vendor/autoload.php
excludes_analyse:
excludes_analyse:
- tests/bootstrap.php
- tests/bootstrap.php
\ No newline at end of file
This diff is collapsed.
Click to expand it.
phpunit.xml.dist
+
22
−
31
View file @
8c508f1d
<?xml version="1.0" encoding="UTF-8"?>
<?xml version="1.0" encoding="UTF-8"?>
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<!-- https://phpunit.de/manual/current/en/appendixes.configuration.html -->
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
<phpunit
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation=
"https://schema.phpunit.de/9.3/phpunit.xsd"
backupGlobals=
"false"
colors=
"true"
bootstrap=
"tests/bootstrap.php"
>
xsi:noNamespaceSchemaLocation=
"http://schema.phpunit.de/6.5/phpunit.xsd"
<coverage>
backupGlobals=
"false"
<include>
colors=
"true"
<directory>
src
</directory>
bootstrap=
"tests/bootstrap.php"
<directory>
tests
</directory>
>
</include>
</coverage>
<php>
<php>
<ini
name=
"error_reporting"
value=
"-1"
/>
<ini
name=
"error_reporting"
value=
"-1"
/>
<server
name=
"APP_ENV"
value=
"test"
force=
"true"
/>
<server
name=
"APP_ENV"
value=
"test"
force=
"true"
/>
<server
name=
"SHELL_VERBOSITY"
value=
"-1"
/>
<server
name=
"SHELL_VERBOSITY"
value=
"-1"
/>
<server
name=
"SYMFONY_PHPUNIT_REMOVE"
value=
""
/>
<server
name=
"SYMFONY_PHPUNIT_REMOVE"
value=
""
/>
<server
name=
"SYMFONY_PHPUNIT_VERSION"
value=
"
8"
/>
<server
name=
"SYMFONY_PHPUNIT_VERSION"
value=
"
9"
/>
</php>
</php>
<testsuites>
<testsuites>
<testsuite
name=
"Project Test Suite"
>
<testsuite
name=
"Project Test Suite"
>
<directory>
tests
</directory>
<directory>
tests
</directory>
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<filter>
<whitelist>
<directory>
src
</directory>
<directory>
tests
</directory>
</whitelist>
</filter>
<listeners>
<listeners>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
<listener
class=
"Symfony\Bridge\PhpUnit\SymfonyTestsListener"
/>
</listeners>
</listeners>
...
...
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
sign in
to comment