Skip to content

Commit

Permalink
ユニットテスト調整
Browse files Browse the repository at this point in the history
  • Loading branch information
kawaseryoma committed Dec 24, 2024
1 parent 553b5e6 commit 81e6e83
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public function toDisplayStringProvider()
['date_time_calender', '2100/08/32', true, ' 1970年 01月 01日'],
['date_time_calender', '', true, ''],
['date_time_wareki', 'hoge', true, ''],
['date_time_wareki', '20200828', true, ' 令和 2年 08月 28日'],
['date_time_wareki', '19950828', true, ' 平成 7年 08月 28日'],
['date_time_wareki', '20200828', true, ' 令和 02年 08月 28日'],
['date_time_wareki', '19950828', true, ' 平成 07年 08月 28日'],
['date_time_wareki', '19500828', true, ' 昭和 25年 08月 28日'],
['date_time_wareki', '1950/08/28', true, ' 昭和 25年 08月 28日'],
['autozip', '888-0000', true, ' 888-0000'],
Expand Down

0 comments on commit 81e6e83

Please sign in to comment.