Skip to content
Snippets Groups Projects

Revise test matrix

Merged Erick Hitter requested to merge fix/5.3-test into master
4 files
+ 30
21
Compare changes
  • Side-by-side
  • Inline
Files
4
@@ -49,9 +49,9 @@ class AdminCallbacks extends WP_UnitTestCase {
$this->plugin = external_permalinks_redux::get_instance();
$this->post_id = $this->factory->post->create(
[
array(
'post_type' => 'post',
]
)
);
$this->nonce = wp_create_nonce( 'external-permalinks-redux' );
Loading