1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-22 00:05:49 +02:00

[feature/controller] Adapt functional tests given new controller framework

PHPBB3-10864
This commit is contained in:
David King
2012-11-16 09:23:57 -05:00
parent c9588572c9
commit 7691755883
16 changed files with 69 additions and 193 deletions

12
tests/functional/fixtures/ext/foo/bar/ext.php Normal file → Executable file
View File

@@ -1,6 +1,6 @@
<?php
class phpbb_ext_foo_bar_ext extends phpbb_extension_base
{
}
<?php
class phpbb_ext_foobar_ext extends phpbb_extension_base
{
}