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

fixed unit test

parent d6ae1e6e
No related branches found
No related tags found
2 merge requests!8Devel,!6Feature/refactor
Pipeline #8039 failed
...@@ -170,7 +170,6 @@ class Test_Basic_Requirement_Checker extends PHPUnit\Framework\TestCase { ...@@ -170,7 +170,6 @@ class Test_Basic_Requirement_Checker extends PHPUnit\Framework\TestCase {
->andReturn( 'whatever' ); ->andReturn( 'whatever' );
$this->expectOutputRegex( '/cannot run on PHP/' ); $this->expectOutputRegex( '/cannot run on PHP/' );
$requirements->deactivate_action();
$requirements->render_notices_action(); $requirements->render_notices_action();
} }
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment