Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
composer-phpcodesniffer-standards-plugin
Manage
Activity
Members
Labels
Plan
Issues
8
Issue boards
Milestones
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Daniel Hürtgen
composer-phpcodesniffer-standards-plugin
Commits
288e3774
Commit
288e3774
authored
7 years ago
by
Daniel Hürtgen
Browse files
Options
Downloads
Patches
Plain Diff
TASK: PHPunit test suite created
parent
0c128c12
Branches
Branches containing commit
Tags
Tags containing commit
2 merge requests
!16
Release 0.2.0
,
!12
Feature/11 integrate phpunit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
phpunit.xml.dist
+24
-0
24 additions, 0 deletions
phpunit.xml.dist
with
24 additions
and
0 deletions
phpunit.xml.dist
0 → 100644
+
24
−
0
View file @
288e3774
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
backupGlobals=
"false"
backupStaticAttributes=
"false"
colors=
"true"
convertErrorsToExceptions=
"true"
convertNoticesToExceptions=
"true"
convertWarningsToExceptions=
"true"
processIsolation=
"false"
stopOnFailure=
"false"
syntaxCheck=
"false"
bootstrap=
"tests/bootstrap.php"
>
<testsuites>
<testsuite
name=
"Project Test Suite"
>
<directory>
./tests/src/
</directory>
</testsuite>
</testsuites>
<filter>
<whitelist>
<directory>
./src/
</directory>
</whitelist>
</filter>
</phpunit>
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment