Same name and namespace in other branches
  1. 8.9.x core/modules/system/tests/src/Kernel/Common/PageRenderTest.php \Drupal\Tests\system\Kernel\Common\PageRenderTest::testHookPageAttachmentsExceptions()
  2. 9 core/modules/system/tests/src/Kernel/Common/PageRenderTest.php \Drupal\Tests\system\Kernel\Common\PageRenderTest::testHookPageAttachmentsExceptions()

Tests hook_page_attachments() exceptions.

File

core/modules/system/tests/src/Kernel/Common/PageRenderTest.php, line 21

Class

PageRenderTest
Test page rendering hooks.

Namespace

Drupal\Tests\system\Kernel\Common

Code

public function testHookPageAttachmentsExceptions() {
  $this
    ->enableModules([
    'common_test',
    'system',
  ]);
  $this
    ->assertPageRenderHookExceptions('common_test', 'hook_page_attachments');
}