Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Oct 13, 2022
1 parent 469549a commit 3d0f378
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tests/Http.DI/HttpExtension.csp.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ http:
upgrade-insecure-requests: true
block-all-mixed-content: false
EOD
, 'neon'));
, 'neon'));

eval($compiler->addConfig($config)->compile());

Expand Down
2 changes: 1 addition & 1 deletion tests/Http.DI/HttpExtension.featurePolicy.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ http:
- https://example.com
camera: *
EOD
, 'neon'));
, 'neon'));

eval($compiler->addConfig($config)->compile());

Expand Down
2 changes: 1 addition & 1 deletion tests/Http.DI/HttpExtension.headers.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ http:
C:
D: 0
EOD
, 'neon'));
, 'neon'));

eval($compiler->addConfig($config)->compile());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ $config = $loader->load(Tester\FileMock::create(<<<'EOD'
http:
disableNetteCookie: yes
EOD
, 'neon'));
, 'neon'));

eval($compiler->addConfig($config)->compile());

Expand Down

0 comments on commit 3d0f378

Please sign in to comment.