diff options
| author | David King <imkingdavid@gmail.com> | 2012-11-16 10:30:50 -0500 |
|---|---|---|
| committer | David King <imkingdavid@gmail.com> | 2012-11-16 17:05:57 -0500 |
| commit | 0c75d3d7da9c5fd7ee1560597db684c9d1704c22 (patch) | |
| tree | b7d279dee2e0edc9285decd1fbfefcf451bb027e /tests/functional/fixtures/ext/foo/bar/ext.php | |
| parent | 230897723c9e5fc5534d9781b04ffd8dac70d51b (diff) | |
| download | forums-0c75d3d7da9c5fd7ee1560597db684c9d1704c22.tar forums-0c75d3d7da9c5fd7ee1560597db684c9d1704c22.tar.gz forums-0c75d3d7da9c5fd7ee1560597db684c9d1704c22.tar.bz2 forums-0c75d3d7da9c5fd7ee1560597db684c9d1704c22.tar.xz forums-0c75d3d7da9c5fd7ee1560597db684c9d1704c22.zip | |
[feature/controller] Add test for missing argument in controller class
PHPBB3-10864
Diffstat (limited to 'tests/functional/fixtures/ext/foo/bar/ext.php')
| -rwxr-xr-x | tests/functional/fixtures/ext/foo/bar/ext.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/functional/fixtures/ext/foo/bar/ext.php b/tests/functional/fixtures/ext/foo/bar/ext.php index b50f95990e..7170209d53 100755 --- a/tests/functional/fixtures/ext/foo/bar/ext.php +++ b/tests/functional/fixtures/ext/foo/bar/ext.php @@ -1,6 +1,6 @@ <?php
-class phpbb_ext_foobar_ext extends phpbb_extension_base
+class phpbb_ext_foo_bar_ext extends phpbb_extension_base
{
}
|
