drupalGet(''); $this->assertSession()->responseContains(''); $attributes = $this->xpath('/body[@theme_test_body_attribute="theme test body attribute value"]'); $this->assertTrue(count($attributes) == 1, "Attribute set in the 'body' element via hook_preprocess_HOOK() found."); } }