- 🇬🇧United Kingdom mcdruid 🇬🇧🇪🇺
Some debug slipped into the test in this issue, and has since been reformatted:
{code}
$this->assertEqual($expected, $this->drupalGetHeader('Feature-Policy'), t('The feature-policy header is correctly sent.'));
- debug(array('expected' => $expected, 'received' => $this->drupalGetHeader('Feature-Policy'), 'headers' => $this->drupalGetHeaders()));
+ debug(array(
+ 'expected' => $expected,
+ 'received' => $this->drupalGetHeader('Feature-Policy'),
+ 'headers' => $this->drupalGetHeaders(),
+ ));
}
+
{code}I'm about to remove that.