Fixture for WordPress options
Setting options in the database:
\RmpUp\WordPress\Fixtures\Entity\Option:
default:
home_url_perhaps: 'https://example.org'
some_plugin_api_token: afbdec456ddebdc84
You can also use this to assert which plugin is currently active:
\RmpUp\WordPress\Fixtures\Entity\Option:
default:
active_plugins:
- hello-dolly.php
- classic-editor/classic-editor.php
- duplicate-post/duplicate-post.php