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

Test redeclare functions

parent 48aa5fae
No related branches found
No related tags found
1 merge request!13Test redeclare functions
Pipeline #9682 passed
...@@ -9,6 +9,15 @@ use \WPDesk\Notice\PermanentDismissibleNotice; ...@@ -9,6 +9,15 @@ use \WPDesk\Notice\PermanentDismissibleNotice;
class TestFunctions extends WP_UnitTestCase class TestFunctions extends WP_UnitTestCase
{ {
/**
* Test redeclare functions.
*/
public function testRedeclareFunctions()
{
include __DIR__ . '/../../src/WPDesk/notice-functions.php';
$this->assertTrue(true);
}
/** /**
* Test WPDeskNotice function. * Test WPDeskNotice function.
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment