mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-07 17:27:16 +02:00
[feature/twig] Debugging test failures
PHPBB3-11598
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user