mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
[ticket/11550] Fix copying the fixtures in extension_permission_lang_test.php
PHPBB3-11550
This commit is contained in:
parent
f1d00fa647
commit
3506408637
1 changed files with 4 additions and 1 deletions
|
@ -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
|
// 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));
|
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.
|
* This should only be called once after the tests are run.
|
||||||
|
|
Loading…
Add table
Reference in a new issue