1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-19 16:11:21 +02:00
Files
php-phpbb/tests/extension/ext/barfoo/ext.php
Marc Alexander f90ed6c3cb [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:24:50 +02:00

6 lines
67 B
PHP

<?php
class phpbb_ext_barfoo_ext extends phpbb_extension_base
{
}