phpbb/tests/extension/ext/foo/acp/fail_module.php
2013-09-17 16:15:44 +02:00

11 lines
188 B
PHP

<?php
namespace foo\acp;
/*
* 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 fail_module
{
}