Skip to content

Fixture for WordPress options

Compare
Choose a tag to compare
@pretzlaw pretzlaw released this 11 Sep 08:37
· 2 commits to master since this release

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