aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-19 12:11:09 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-10-19 12:11:09 +0200
commit3cc2e619d2a3293aebfdef06f6298a71648112b1 (patch)
tree2a6d341f97a87b444ef535780ee98a3d615cfbb1 /tests/controller/controller_test.php
parent667ccbcffb51391ecafe2c9be3341ff38075044d (diff)
downloadforums-3cc2e619d2a3293aebfdef06f6298a71648112b1.tar
forums-3cc2e619d2a3293aebfdef06f6298a71648112b1.tar.gz
forums-3cc2e619d2a3293aebfdef06f6298a71648112b1.tar.bz2
forums-3cc2e619d2a3293aebfdef06f6298a71648112b1.tar.xz
forums-3cc2e619d2a3293aebfdef06f6298a71648112b1.zip
[ticket/11948] Add second routing file to tests
PHPBB3-11948
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 10fced05a2..0e7cac05ec 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -37,7 +37,7 @@ class phpbb_controller_controller_test extends phpbb_test_case
->find('./tests/controller/');
// This will need to be updated if any new routes are defined
- $this->assertEquals(2, sizeof($routes));
+ $this->assertEquals(3, sizeof($routes));
}
public function test_controller_resolver()