[feature/twig] Debugging test failures

PHPBB3-11598
This commit is contained in:
Nathaniel Guse 2013-07-03 09:31:35 -05:00
parent 9652483ef4
commit f1717412f3

View file

@ -96,6 +96,12 @@ class phpbb_test_case_helpers
{ {
if (!is_dir($path)) if (!is_dir($path))
{ {
// Testing
if (file_exists($path))
{
echo $path;
}
mkdir($path, 0777, true); mkdir($path, 0777, true);
} }
} }