Skip to content

Commit

Permalink
test: remove $CSRFProtection properties in Mock*Config.php
Browse files Browse the repository at this point in the history
It does not exist.
  • Loading branch information
kenjis committed Oct 22, 2021
1 parent e3eea94 commit 5d87249
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion system/Test/Mock/MockAppConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class MockAppConfig extends App
public $cookieHTTPOnly = false;
public $cookieSameSite = 'Lax';
public $proxyIPs = '';
public $CSRFProtection = false;
public $CSRFTokenName = 'csrf_test_name';
public $CSRFHeaderName = 'X-CSRF-TOKEN';
public $CSRFCookieName = 'csrf_cookie_name';
Expand Down
1 change: 0 additions & 1 deletion system/Test/Mock/MockCLIConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ class MockCLIConfig extends App
public $cookieHTTPOnly = false;
public $cookieSameSite = 'Lax';
public $proxyIPs = '';
public $CSRFProtection = false;
public $CSRFTokenName = 'csrf_test_name';
public $CSRFCookieName = 'csrf_cookie_name';
public $CSRFExpire = 7200;
Expand Down

0 comments on commit 5d87249

Please sign in to comment.