Skip to content

Commit 83c76b6

Browse files
committedApr 27, 2015
Added testcase to cover fix from PR #219 (issue #218)
1 parent 1fff81e commit 83c76b6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎tests/Unit/config/GlobalConfigTest.php

+2-1
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,8 @@ public function resolverProvider() {
228228
'property-global' => array('propvalue', 'property-global'),
229229
'property-project' => array('propvalue', 'property-project'),
230230

231-
'property-recursive' => array($version->getVersion(), 'property-recursive')
231+
'property-recursive' => array($version->getVersion(), 'property-recursive'),
232+
'property-recursive-recursive' => array( $this->baseDir . 'resolver/xml', 'property-recursive-recursive')
232233
);
233234
}
234235

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<phpdox xmlns="http://xml.phpdox.net/config" silent="false">
3+
<project name="Testing" source="${phpDox.project.workdir}" workdir="${basedir}/xml" />
4+
</phpdox>

0 commit comments

Comments
 (0)