Skip to content

Commit

Permalink
Fixed path to lib/Zend (#2834)
Browse files Browse the repository at this point in the history
  • Loading branch information
sreichel committed Dec 22, 2022
1 parent 3b1dac7 commit 78758d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tests/unit/Base/XmlFileLoadingTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public function provideXmlFiles(): array

$result = [];
$result[] = [
$root . 'lib/Zend/Locale/Data/es_419.xml'
$root . 'vendor/shardj/zf1-future/library/Zend/Locale/Data/es_419.xml'
];

return $result;
Expand Down

0 comments on commit 78758d7

Please sign in to comment.