Skip to content

Commit b09bfd2

Browse files
authored
Fix: app config - tests
Thank you @michalsn - #2272 (comment)
1 parent a5da338 commit b09bfd2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/_support/Config/MockAppConfig.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class MockAppConfig
1616

1717
public $CSRFProtection = false;
1818
public $CSRFTokenName = 'csrf_test_name';
19+
public $CSRFHeaderName = 'X-CSRF-TOKEN';
1920
public $CSRFCookieName = 'csrf_cookie_name';
2021
public $CSRFExpire = 7200;
2122
public $CSRFRegenerate = true;

0 commit comments

Comments
 (0)