diff options
| author | Nils Adermann <naderman@naderman.de> | 2013-04-03 06:44:15 -0700 |
|---|---|---|
| committer | Nils Adermann <naderman@naderman.de> | 2013-04-03 06:44:15 -0700 |
| commit | 3985bdbc1b66be93ffef373ac1625d4daaf2221b (patch) | |
| tree | 1570945fdb5d899b06e99526e135731f8425eeb4 /tests/controller/controller_test.php | |
| parent | a7cf2bdace6dbe97e807e55a063ef6fb8ed20921 (diff) | |
| parent | aaee4c69d977fe6ebd62f2710c9c0ab90f1af98f (diff) | |
| download | forums-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.php | 2 |
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() { |
