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:
12
tests/functional/fixtures/ext/foo/bar/ext.php
Normal file → Executable file
12
tests/functional/fixtures/ext/foo/bar/ext.php
Normal file → Executable 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
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user