Fixed code style.

This commit is contained in:
Daniel Thee Roperto
2017-05-19 09:41:57 +10:00
parent 33e142e8cc
commit 95cec83970

View File

@@ -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);