mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
[ticket/11550] We use a different fixture set for extension_acp_test.php
PHPBB3-11550
This commit is contained in:
parent
7546c3a7a7
commit
0b3f182083
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ class phpbb_functional_extension_acp_test extends phpbb_functional_test_case
|
|||
parent::setUpBeforeClass();
|
||||
|
||||
self::$helper = new phpbb_test_case_helpers(self);
|
||||
self::$helper->copy_ext_fixtures(dirname(__FILE__) . '/fixtures/ext/', self::$fixtures);
|
||||
self::$helper->copy_ext_fixtures(dirname(__FILE__) . '/../extension/ext/', self::$fixtures);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue