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

Merge branch 'feature/redeclare-functions-test' into 'master'

Test redeclare functions

See merge request !13
parents 48aa5fae 4f883a08
No related branches found
No related tags found
1 merge request!13Test redeclare functions
Pipeline #9758 passed with stages
in 2 minutes and 3 seconds
......@@ -9,6 +9,15 @@ use \WPDesk\Notice\PermanentDismissibleNotice;
class TestFunctions extends WP_UnitTestCase
{
/**
* Test redeclare functions.
*/
public function testRedeclareFunctions()
{
include __DIR__ . '/../../src/WPDesk/notice-functions.php';
$this->assertTrue(true);
}
/**
* Test WPDeskNotice function.
*/
......
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