| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
PHPBB3-13777
|
|
|
|
| |
PHPBB3-13777
|
|\
| |
| |
| |
| |
| |
| | |
* develop-ascraeus:
[ticket/12594] Replace phpBB Group with phpBB Limited
[ticket/12594] Update footer credit lines
[ticket/12594] Remove @package tags and update file headers
|
| |
| |
| |
| | |
PHPBB3-12594
|
|/
|
|
| |
PHPBB3-12564
|
|
|
|
| |
PHPBB3-12350
|
|
|
|
| |
PHPBB3-12006
|
|
|
|
| |
PHPBB3-12009
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
| |
PHPBB3-11700
|
|
|
|
|
|
|
|
| |
This will now also enable us to test the $use_all_available parameter of
get_module_infos(), which will not only return the module infos for enabled
extensions but also those from disabled extensions.
PHPBB3-11465
|
|
|
|
|
|
|
|
|
|
|
| |
The possibilities of the first argument have already been covered
previously. The second argument will be covered with an entry that
should exist, an incorrect entry, and the default false entry that
should use the previously set module class. Unfortunately, the third
argument doesn't have an effect in the tests, as the mocked extension
manager will not properly handle enabled/disabled extensions.
PHPBB3-11465
|
|
|
|
| |
PHPBB3-11465
|
|
|
|
| |
PHPBB3-11465
|
|
|
|
| |
PHPBB3-11465
|
|
|
|
| |
PHPBB3-11465
|
|
The tests add 3 different modules. One acp module that should be found
(acp/a_module), one acp module that should not be found (acp/fail_module),
and one mcp module that should work again (mcp/a_module). The modules'
info files had to be included as they were not auto-loaded for some
reason.
There are several test stages. First of, it is tested if the correct mcp
and acp module is returned. Afterwards, the proper loading of specified
modules is tested. One with an existing module and one with a not existing
module. Finally, the test concludes with trying to get the module info of
not existing ucp modules. Other classes like foobar would have also worked
for that check but I decided to use the ucp type of class as that is the
one type missing from the added test modules.
PHPBB3-11465
|