phpbb/tests/extension/ext/foo/acp/fail_module.php
2013-05-10 13:54:15 +02:00

8 lines
185 B
PHP

<?php
/*
* Due to the mismatch between the class name and the file name of the module
* info file, this module's info file shouldn't be found
*/
class phpbb_ext_foo_acp_fail_module
{
}