aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
diff options
context:
space:
mode:
authorNils Adermann <naderman@naderman.de>2013-04-03 06:44:15 -0700
committerNils Adermann <naderman@naderman.de>2013-04-03 06:44:15 -0700
commit3985bdbc1b66be93ffef373ac1625d4daaf2221b (patch)
tree1570945fdb5d899b06e99526e135731f8425eeb4 /tests/controller/controller_test.php
parenta7cf2bdace6dbe97e807e55a063ef6fb8ed20921 (diff)
parentaaee4c69d977fe6ebd62f2710c9c0ab90f1af98f (diff)
downloadforums-3985bdbc1b66be93ffef373ac1625d4daaf2221b.tar
forums-3985bdbc1b66be93ffef373ac1625d4daaf2221b.tar.gz
forums-3985bdbc1b66be93ffef373ac1625d4daaf2221b.tar.bz2
forums-3985bdbc1b66be93ffef373ac1625d4daaf2221b.tar.xz
forums-3985bdbc1b66be93ffef373ac1625d4daaf2221b.zip
Merge pull request #1199 from imkingdavid/ticket/11334
[ticket/11334] Properly generate controller URL with helper url() method
Diffstat (limited to 'tests/controller/controller_test.php')
-rw-r--r--tests/controller/controller_test.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/controller/controller_test.php b/tests/controller/controller_test.php
index 198fb3c6dd..c06bf7d548 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -14,7 +14,7 @@ use Symfony\Component\Config\FileLocator;
use Symfony\Component\DependencyInjection\ContainerBuilder;
use Symfony\Component\DependencyInjection\Loader\YamlFileLoader;
-class phpbb_controller_test extends phpbb_test_case
+class phpbb_controller_controller_test extends phpbb_test_case
{
public function setUp()
{