function QuickEditMinimalTest::testSuccessfulInstall
Tests that Quick Edit works with no admin theme.
See also
\quickedit_library_info_alter()
File
- 
              core/modules/ quickedit/ tests/ src/ Functional/ QuickEditMinimalTest.php, line 38 
Class
- QuickEditMinimalTest
- Tests Quick Edit can be installed with Minimal.
Namespace
Drupal\Tests\quickedit\FunctionalCode
public function testSuccessfulInstall() {
  $editor_user = $this->drupalCreateUser([
    'access in-place editing',
  ]);
  $this->drupalLogin($editor_user);
  $this->assertSame('', $this->config('system.theme')
    ->get('admin'), 'There is no admin theme set on the site.');
}Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
