Skip to content

Commit

Permalink
fix: test: phpmdエラー修正
Browse files Browse the repository at this point in the history
  • Loading branch information
s-nakajima committed Sep 23, 2019
1 parent d816194 commit d8f6043
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Test/Case/Lib/CleanUpLog/StartLogTimezoneTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class CleanUpLibCleanUpLogStartLogTimezoneTest extends CleanUpCakeTestCase {
*/
public function testStartLogTimezone() {
//テスト実施
$result = CleanUpLog::startLogTimezone();
CleanUpLog::startLogTimezone();

//チェック
$this->assertEquals(CleanUpLog::TIMEZONE, date_default_timezone_get(),
Expand Down

0 comments on commit d8f6043

Please sign in to comment.