aboutsummaryrefslogtreecommitdiffstats
path: root/tests/extension/ext/foo/acp/fail_module.php
blob: 8070929d3c3c0c38649510c1918f565f7d006fe7 (plain)
1
2
3
4
5
6
7
8
9
10
11
<?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
{
}