Changeset 53562 for trunk/tests/phpunit/tests/formatting/date.php
- Timestamp:
- 06/23/2022 08:27:34 PM (4 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/formatting/date.php (modified) (12 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/date.php
r52010 r53562 11 11 * 12 12 * @ticket 20328 13 * 14 * @covers ::get_date_from_gmt 13 15 */ 14 16 public function test_get_date_from_gmt_outside_of_dst() { … … 23 25 * 24 26 * @ticket 20328 27 * 28 * @covers ::get_date_from_gmt 25 29 */ 26 30 public function test_get_date_from_gmt_during_dst() { … … 33 37 /** 34 38 * @ticket 20328 39 * 40 * @covers ::get_gmt_from_date 35 41 */ 36 42 public function test_get_gmt_from_date_outside_of_dst() { … … 43 49 /** 44 50 * @ticket 20328 51 * 52 * @covers ::get_gmt_from_date 45 53 */ 46 54 public function test_get_gmt_from_date_during_dst() { … … 53 61 /** 54 62 * @ticket 34279 63 * 64 * @covers ::get_date_from_gmt 65 * 55 66 */ 56 67 public function test_get_date_and_time_from_gmt_no_timezone() { … … 62 73 /** 63 74 * @ticket 34279 75 * 76 * @covers ::get_gmt_from_date 64 77 */ 65 78 public function test_get_gmt_from_date_no_timezone() { … … 71 84 /** 72 85 * @ticket 34279 86 * 87 * @covers ::get_gmt_from_date 73 88 */ 74 89 public function test_get_gmt_from_date_short_date() { … … 81 96 /** 82 97 * @ticket 34279 98 * 99 * @covers ::get_gmt_from_date 83 100 */ 84 101 public function test_get_gmt_from_date_string_date() { … … 91 108 /** 92 109 * @ticket 34279 110 * 111 * @covers ::get_gmt_from_date 93 112 */ 94 113 public function test_get_gmt_from_date_string_date_no_timezone() { … … 102 121 * 103 122 * @dataProvider timezone_provider 123 * 124 * @covers ::get_gmt_from_date 104 125 */ 105 126 public function test_gmt_from_date_correct_time( $timezone_string, $gmt_offset ) { … … 118 139 * 119 140 * @dataProvider timezone_provider 141 * 142 * @covers ::get_date_from_gmt 120 143 */ 121 144 public function test_date_from_gmt_correct_time( $timezone_string, $gmt_offset ) { … … 134 157 * 135 158 * @dataProvider timezone_provider 159 * 160 * @covers ::iso8601_to_datetime 136 161 */ 137 162 public function test_is8601_to_datetime_correct_time( $timezone_string, $gmt_offset ) {
Note: See TracChangeset
for help on using the changeset viewer.