Replace placeholders in tests as well

This commit is contained in:
Hans Ott 2017-03-15 21:22:48 +01:00 committed by GitHub
parent 9fa0cc01e3
commit 6076c8da37

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);