Merge pull request #110 from hansott/patch-1

Replace placeholders in tests as well
This commit is contained in:
Frank de Jonge 2017-03-15 22:28:00 +01:00 committed by GitHub
commit e94159cfc0

View file

@ -96,7 +96,8 @@ $files = array_merge(
glob(__DIR__ . '/*.md'),
glob(__DIR__ . '/*.xml.dist'),
glob(__DIR__ . '/composer.json'),
glob(__DIR__ . '/src/*.php')
glob(__DIR__ . '/src/*.php'),
glob(__DIR__ . '/tests/*.php'),
);
foreach ($files as $f) {
$contents = file_get_contents($f);