单元测试调整

This commit is contained in:
thinkphp
2017-03-13 17:35:45 +08:00
parent c2dd38c326
commit 3e44f4d448
2 changed files with 2 additions and 2 deletions

View File

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