Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
W
wp-builder
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
wpdesk
wp-builder
Merge requests
!25
Feature/storage test
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Merged
Feature/storage test
feature/storage-test
into
master
Overview
0
Commits
2
Pipelines
2
Changes
1
Merged
Krzysztof Dyszczyk
requested to merge
feature/storage-test
into
master
5 years ago
Overview
0
Commits
2
Pipelines
2
Changes
1
0
0
Merge request reports
Viewing commit
c1caec75
Prev
Next
Show latest version
1 file
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c1caec75
test prefix
· c1caec75
dyszczo
authored
5 years ago
phpunit-integration.xml
+
2
−
2
View file @ c1caec75
Edit in single-file editor
Open in Web IDE
Show full file
@@ -3,7 +3,7 @@
>
<testsuites>
<testsuite>
<directory
prefix=
"
t
est
-
"
suffix=
".php"
>
./tests/integration
</directory>
<directory
prefix=
"
T
est
_
"
suffix=
".php"
>
./tests/integration
</directory>
</testsuite>
</testsuites>
@@ -25,4 +25,4 @@
<env
name=
"WC_DEVELOP_DIR"
value=
"/tmp/woocommerce"
/>
</php>
</phpunit>
\ No newline at end of file
</phpunit>
Loading