summaryrefslogtreecommitdiffstats
path: root/tests/mocks/ci_testcase.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2019-10-08 10:15:25 +0200
committerGitHub <noreply@github.com>2019-10-08 10:15:25 +0200
commitb92da898b46acde1181347941d0a7413d19ad88e (patch)
treed5724d321ebf1c319d0d745939a2833ad695994d /tests/mocks/ci_testcase.php
parent2229e5c96174171d9eec0d595e7693b987374e95 (diff)
parent6f21b77955e5089bc07881adb209d2c23d9ba461 (diff)
Merge branch 'develop' into patch-1
Diffstat (limited to 'tests/mocks/ci_testcase.php')
-rw-r--r--tests/mocks/ci_testcase.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mocks/ci_testcase.php b/tests/mocks/ci_testcase.php
index 4f478fb4e..8dc4682ef 100644
--- a/tests/mocks/ci_testcase.php
+++ b/tests/mocks/ci_testcase.php
@@ -241,7 +241,7 @@ class CI_TestCase extends PHPUnit_Framework_TestCase {
$dir_root = $root->getChild($dir);
if ($dir_root)
{
- // Yes - recurse into subdir
+ // Yes - recurse into subdir
$root = $dir_root;
}
else