aboutsummaryrefslogtreecommitdiffstats
path: root/tests/functional/fixtures
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2012-03-18 22:57:37 +0100
committerDavid King <imkingdavid@gmail.com>2012-03-19 09:12:34 -0400
commit1bbb32a5cffeff4875c4ed0566999cbee8919c86 (patch)
tree47610eac44e19e2439688e98812bf2190738c60d /tests/functional/fixtures
parent76e61951942048e3e98dbe60a3683d5269a4fa0e (diff)
downloadforums-1bbb32a5cffeff4875c4ed0566999cbee8919c86.tar
forums-1bbb32a5cffeff4875c4ed0566999cbee8919c86.tar.gz
forums-1bbb32a5cffeff4875c4ed0566999cbee8919c86.tar.bz2
forums-1bbb32a5cffeff4875c4ed0566999cbee8919c86.tar.xz
forums-1bbb32a5cffeff4875c4ed0566999cbee8919c86.zip
[ticket/10586] Correctly purge board cache and don't rename install directory
PHPBB3-10586
Diffstat (limited to 'tests/functional/fixtures')
-rw-r--r--tests/functional/fixtures/ext/foobar/ext.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/functional/fixtures/ext/foobar/ext.php b/tests/functional/fixtures/ext/foobar/ext.php
index 7b3f37cbfb..7cf443d369 100644
--- a/tests/functional/fixtures/ext/foobar/ext.php
+++ b/tests/functional/fixtures/ext/foobar/ext.php
@@ -1,6 +1,6 @@
<?php
-class phpbb_ext_fooar_ext extends phpbb_extension_base
+class phpbb_ext_foobar_ext extends phpbb_extension_base
{
-
+
}