Skip to content
Snippets Groups Projects
Commit d89e173e authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

feature(init): init

parent f45f0661
No related branches found
No related tags found
No related merge requests found
Pipeline #8763 passed with stages
in 4 minutes and 53 seconds
...@@ -8,7 +8,8 @@ class Test_Plugin_Initialization_Strategy_Simple extends \WP_Mock\Tools\TestCase ...@@ -8,7 +8,8 @@ class Test_Plugin_Initialization_Strategy_Simple extends \WP_Mock\Tools\TestCase
public function setUp() { public function setUp() {
WP_Mock::setUp(); WP_Mock::setUp();
} $this->markTestSkipped('Move this test to paid plugin flow library!');
}
public function tearDown() { public function tearDown() {
WP_Mock::tearDown(); WP_Mock::tearDown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment