1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-31 14:00:31 +02:00

[ticket/12564] Remove version definitions from modules in tests

PHPBB3-12564
This commit is contained in:
Matt Friedman
2014-05-20 11:37:42 -07:00
parent 6aeb22bfd7
commit a18c293739
8 changed files with 0 additions and 17 deletions

View File

@@ -17,7 +17,6 @@ class acp_foobar_info
return array(
'filename' => 'acp_foobar',
'title' => 'ACP Foobar',
'version' => '3.1.0-dev',
'modes' => array(
'test' => array('title' => 'Test', 'auth' => '', 'cat' => array('ACP_GENERAL')),
),