comparison core/tests/Drupal/Tests/Component/Datetime/DateTimePlusTest.php @ 12:7a779792577d

Update Drupal core to v8.4.5 (via Composer)
author Chris Cannam
date Fri, 23 Feb 2018 15:52:07 +0000
parents 4c8ae668cc8c
children 1fec387a4317
comparison
equal deleted inserted replaced
11:bfffd8d7479a 12:7a779792577d
165 165
166 /** 166 /**
167 * Assertion helper for testTimestamp and testDateTimestamp since they need 167 * Assertion helper for testTimestamp and testDateTimestamp since they need
168 * different dataProviders. 168 * different dataProviders.
169 * 169 *
170 * @param DateTimePlus $date 170 * @param \Drupal\Component\Datetime\DateTimePlus $date
171 * DateTimePlus to test. 171 * DateTimePlus to test.
172 * @input mixed $input 172 * @input mixed $input
173 * The original input passed to the test method. 173 * The original input passed to the test method.
174 * @param array $initial 174 * @param array $initial
175 * @see testTimestamp() 175 * @see testTimestamp()