function RestExportAuthUpdateTest::testUpdate
Ensures that update hook is run for rest module.
File
-
core/
modules/ rest/ tests/ src/ Functional/ Update/ RestExportAuthUpdateTest.php, line 28
Class
- RestExportAuthUpdateTest
- Ensures that update hook is run properly for REST Export config.
Namespace
Drupal\Tests\rest\Functional\UpdateCode
public function testUpdate() {
$this->runUpdates();
// Get particular view.
$view = \Drupal::entityTypeManager()->getStorage('view')
->load('rest_export_with_authorization');
$displays = $view->get('display');
$this->assertIdentical($displays['rest_export_1']['display_options']['auth']['basic_auth'], 'basic_auth', 'Basic authentication is set as authentication method.');
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.