Mercurial > hg > isophonics-drupal-site
comparison core/modules/rest/tests/src/Functional/AnonResourceTestTrait.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 |
---|---|
29 } | 29 } |
30 | 30 |
31 /** | 31 /** |
32 * {@inheritdoc} | 32 * {@inheritdoc} |
33 */ | 33 */ |
34 protected function assertAuthenticationEdgeCases($method, Url $url, array $request_options) {} | 34 protected function assertAuthenticationEdgeCases($method, Url $url, array $request_options) { |
35 } | |
35 | 36 |
36 } | 37 } |