From 6076c8da3709f636dfd031609378fd9ce6e173d1 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Wed, 15 Mar 2017 21:22:48 +0100 Subject: [PATCH] Replace placeholders in tests as well --- prefill.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prefill.php b/prefill.php index ab36f73..b4caeec 100644 --- a/prefill.php +++ b/prefill.php @@ -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);