This website requires JavaScript.
Explore
Help
Register
Sign In
mirror
/
php-phpbb
Watch
1
Star
0
Fork
0
You've already forked php-phpbb
mirror of
https://github.com/phpbb/phpbb.git
synced
2025-02-25 04:23:38 +01:00
Code
Issues
Releases
Wiki
Activity
php-phpbb
/
tests
/
extension
/
ext
/
barfoo
/
ext.php
8 lines
77 B
PHP
Raw
Normal View
History
Unescape
Escape
[ticket/11465] Add disabled ext to allow proper testing of get_module_infos() 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
2013-05-12 22:21:16 +02:00
<
?
php
[ticket/12009] Prevent user from enabling invalid extension through direct URL PHPBB3-12009
2013-12-12 14:40:03 -08:00
namespace
vendor\barfoo
;
[ticket/11700] Correctly load extensions with nonprefixed namespaces PHPBB3-11700
2013-09-17 16:15:44 +02:00
class
ext
extends
\phpbb\extension\base
[ticket/11465] Add disabled ext to allow proper testing of get_module_infos() 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
2013-05-12 22:21:16 +02:00
{
}
Reference in New Issue
Copy Permalink