Skip to content

Commit fee8b91

Browse files
committed
add default attribute set to false in tests
1 parent 7eeb941 commit fee8b91

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/IntegrationTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,7 @@ public function registerContainerConfiguration(LoaderInterface $loader)
147147
$container->loadFromExtension('webpack_encore', [
148148
'output_path' => __DIR__.'/fixtures/build',
149149
'cache' => true,
150+
'crossorigin' => false,
150151
'builds' => [
151152
'different_build' => __DIR__.'/fixtures/different_build'
152153
]

0 commit comments

Comments
 (0)