Skip to content

Commit

Permalink
add Security::setSalt call on bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
skie committed Jan 24, 2022
1 parent 9ff6966 commit 0663779
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/bootstrap.php
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@
'defaults' => 'php',
]);

\Cake\Utility\Security::setSalt('yoyz186elmi66ab9pz4imbb3tgy9vnsgsfgwe2r8tyxbbfdygu9e09tlxyg8p7dq');

//init router
\Cake\Routing\Router::reload();
Cake\Core\Configure::write('OAuth.path', [
Expand Down

0 comments on commit 0663779

Please sign in to comment.