Skip to content
Snippets Groups Projects

Test redeclare functions

Merged Krzysztof Dyszczyk requested to merge feature/redeclare-functions-test into master
All threads resolved!
1 file
+ 9
0
Compare changes
  • Side-by-side
  • Inline
@@ -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.
*/
*/
Loading