Skip to content
Snippets Groups Projects
Commit 330466ba authored by Erick Hitter's avatar Erick Hitter
Browse files

Fix test

parent 229372db
No related branches found
No related tags found
1 merge request!12Fix translation support
Pipeline #4927 passed
......@@ -26,8 +26,8 @@ class PluginTest extends WP_UnitTestCase {
/**
* Create a post to test with.
*/
public function setUp() {
parent::setUp();
public function set_up() {
parent::set_up();
static::$post_id_published = $this->factory->post->create();
static::$post_id_draft = $this->factory->post->create(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment