Skip to content

Commit

Permalink
Ensure Admin_Settings::get_setting() tests run in a separate process.
Browse files Browse the repository at this point in the history
  • Loading branch information
costdev committed Nov 30, 2024
1 parent 77d4804 commit 73d3672
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ class AdminSettings_GetSettingTest extends WP_UnitTestCase {
/**
* Test that the default 'api_host' value is retrieved.
*
* @runInSeparateProcess
* @preserveGlobalState disabled
*
* @covers \AspireUpdate\Admin_Settings::get_default_settings
*/
public function test_should_get_default_api_host() {
Expand Down

0 comments on commit 73d3672

Please sign in to comment.