From 95cec8397079f776857fe71fb54d05cfe8fab004 Mon Sep 17 00:00:00 2001 From: Daniel Thee Roperto Date: Fri, 19 May 2017 09:41:57 +1000 Subject: [PATCH] Fixed code style. --- tests/phpunit/lib_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/lib_test.php b/tests/phpunit/lib_test.php index f72fb56..cbc5a29 100644 --- a/tests/phpunit/lib_test.php +++ b/tests/phpunit/lib_test.php @@ -68,7 +68,7 @@ class lib_test extends auth_outage_base_testcase { $realfile = $realdir.'/example.txt'; file_put_contents($realfile, 'Outage Unit Test Message'); - // Create a symlink + // Create a symlink. $symdir = $CFG->dataroot.'/auth_outage/climaintenance'; if (!symlink($realdir, $symdir)) { unlink($realfile);