mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[feature/twig] Debugging test failures
PHPBB3-11598
This commit is contained in:
parent
9652483ef4
commit
f1717412f3
1 changed files with 6 additions and 0 deletions
|
@ -96,6 +96,12 @@ class phpbb_test_case_helpers
|
|||
{
|
||||
if (!is_dir($path))
|
||||
{
|
||||
// Testing
|
||||
if (file_exists($path))
|
||||
{
|
||||
echo $path;
|
||||
}
|
||||
|
||||
mkdir($path, 0777, true);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue