diff options
author | Andrey Andreev <narf@devilix.net> | 2019-10-08 09:37:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-08 09:37:45 +0200 |
commit | 6f21b77955e5089bc07881adb209d2c23d9ba461 (patch) | |
tree | 8341b462ae9ddd09a6f43659711c6363fda473e5 /tests/mocks/ci_testcase.php | |
parent | 5cd4c8e67c1f096b6cfbc4994608952c59b6dff8 (diff) | |
parent | 505f8491b056c3cd93fc73d61730963eddab6502 (diff) |
Merge pull request #5842 from sapics/chore/fix-indent
Fix indentation / clear whitespace
Diffstat (limited to 'tests/mocks/ci_testcase.php')
-rw-r--r-- | tests/mocks/ci_testcase.php | 2 |
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 |