aboutsummaryrefslogtreecommitdiffstats
path: root/tests/controller/controller_test.php
diff options
context:
space:
mode:
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 577feee517..5a4c65e109 100644
--- a/tests/controller/controller_test.php
+++ b/tests/controller/controller_test.php
@@ -37,7 +37,7 @@ class phpbb_controller_test extends phpbb_test_case
->find('./tests/controller/');
// This will need to be updated if any new routes are defined
- $this->assertEquals(2, count($routes));
+ $this->assertEquals(2, sizeof($routes));
}
public function test_controller_resolver()