From c8608d296f0ab8b2e86c85c986b52421395e46cc Mon Sep 17 00:00:00 2001 From: Grzegorz Rola <grola@seostudio.pl> Date: Fri, 18 Jan 2019 09:02:05 +0100 Subject: [PATCH] Test redeclare functions --- tests/integration/TestFunctions.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/integration/TestFunctions.php b/tests/integration/TestFunctions.php index eee485a..04f9aec 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. */ -- GitLab