diff --git a/tests/integration/TestFunctions.php b/tests/integration/TestFunctions.php
index eee485acbcef16a385d0e657447384bca700765d..04f9aeca29b45d74839b2060ddbfed6f631b01ec 100644
--- a/tests/integration/TestFunctions.php
+++ b/tests/integration/TestFunctions.php
@@ -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.
      */