Mercurial > hg > isophonics-drupal-site
comparison core/modules/rest/tests/src/Functional/ResourceTest.php @ 17:129ea1e6d783
Update, including to Drupal core 8.6.10
author | Chris Cannam |
---|---|
date | Thu, 28 Feb 2019 13:21:36 +0000 |
parents | 4c8ae668cc8c |
children | af1871eacc83 |
comparison
equal
deleted
inserted
replaced
16:c2387f117808 | 17:129ea1e6d783 |
---|---|
119 'supported_formats' => [ | 119 'supported_formats' => [ |
120 'json', | 120 'json', |
121 ], | 121 ], |
122 'supported_auth' => [ | 122 'supported_auth' => [ |
123 'cookie', | 123 'cookie', |
124 ] | 124 ], |
125 ], | 125 ], |
126 ], | 126 ], |
127 ])->save(); | 127 ])->save(); |
128 \Drupal::service('router.builder')->rebuildIfNeeded(); | 128 \Drupal::service('router.builder')->rebuildIfNeeded(); |
129 | 129 |