Skip to content
Snippets Groups Projects
Commit f2af44d2 authored by dyszczo's avatar dyszczo
Browse files

wp options are not needed anymore

parent 7dde404d
Branches
Tags
1 merge request!4Feature/stop logs
Pipeline #6009 passed
...@@ -8,22 +8,6 @@ use WPDesk\Logger\WPDeskLoggerFactory; ...@@ -8,22 +8,6 @@ use WPDesk\Logger\WPDeskLoggerFactory;
class TestWPDeskLoggerFactory extends WP_UnitTestCase class TestWPDeskLoggerFactory extends WP_UnitTestCase
{ {
public function setUp()
{
parent::setUp();
$this->setWordpressOptionsForWPDeskLoggerToWork();
}
/**
* @return void
*/
private function setWordpressOptionsForWPDeskLoggerToWork()
{
update_option('wpdesk_helper_options', [
'debug_log' => '1'
]);
}
public function tearDown() public function tearDown()
{ {
parent::tearDown(); parent::tearDown();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment