This commit is contained in:
thinkphp
2017-03-13 17:36:29 +08:00
parent 3e44f4d448
commit 522009eaa3

View File

@@ -29,6 +29,6 @@ class fileTest extends \PHPUnit_Framework_TestCase
Log::record($record_msg, 'notice'); Log::record($record_msg, 'notice');
$logs = Log::getLog(); $logs = Log::getLog();
$this->assertEquals([], $logs)); $this->assertEquals([], $logs);
} }
} }