Skip to content
This repository was archived by the owner on Mar 5, 2025. It is now read-only.

Commit 62a9f6d

Browse files
mikemadison13grasmash
authored andcommitted
BLT-1479: correcting example path to the docroot/core/phpunit.xml.dist file. (#1480)
1 parent 03352b8 commit 62a9f6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phing/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ phpunit:
133133
# Customization for one or more custom phpunit test locations
134134
# and if the core (or custom) config file should be included as a -c parameter.
135135
# - path: '${docroot}/custom/modules/<your_module>/tests'
136-
# config: '${docroot}/core/phpunit.dist.xml'
136+
# config: '${docroot}/core/phpunit.xml.dist'
137137
project:
138138
local:
139139
uri: ${project.local.protocol}://${project.local.hostname}

0 commit comments

Comments
 (0)