1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-07 16:15:22 +02:00

[ticket/11550] Fix copying the fixtures in extension_permission_lang_test.php

PHPBB3-11550
This commit is contained in:
Joas Schilling 2013-06-08 15:26:35 +02:00
parent f1d00fa647
commit 3506408637

View File

@ -45,8 +45,11 @@ class phpbb_functional_extension_permission_lang_test extends phpbb_functional_t
}
// Copy our ext/ files from the test case to the board
foreach (self::$fixtures as $fixture)
{
self::$copied_files = array_merge(self::$copied_files, self::$helper->copy_dir(dirname(__FILE__) . '/fixtures/ext/' . $fixture, $phpbb_root_path . 'ext/' . $fixture));
}
}
/**
* This should only be called once after the tests are run.