Skip to content
Snippets Groups Projects
Commit fb38be32 authored by Geoff Appleby's avatar Geoff Appleby
Browse files

Issue #3016229: Update Library Policy Builder test for *-src-elem changes

parent 0a8a1c41
No related branches found
Tags 7.x-1.0-alpha1
No related merge requests found
......@@ -166,7 +166,9 @@ class LibraryPolicyBuilderTest extends UnitTestCase {
$this->assertArrayEquals(
[
'script-src' => ['js.example.com', 'js.example.org'],
'script-src-elem' => ['js.example.com', 'js.example.org'],
'style-src' => ['css.example.com'],
'style-src-elem' => ['css.example.com'],
],
$libraryPolicy->getSources()
);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment