1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-01 06:20:46 +02:00

[ticket/11465] Add comments explaining the tests

PHPBB3-11465
This commit is contained in:
Marc Alexander
2013-05-10 11:53:26 +02:00
parent 7240759e34
commit 6a1fa3e0f4
3 changed files with 13 additions and 2 deletions

View File

@@ -1,5 +1,8 @@
<?php
/*
* Due to the mismatch between the class name and the file name, this module
* file shouldn't be found by the extension finder
*/
class phpbb_ext_foo_acp_foo_info
{
public function module()

View File

@@ -1,5 +1,8 @@
<?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
{
}