diff --git a/tests/phpunit/EDECU_Plugin_Test.php b/tests/phpunit/TestPlugin.php similarity index 97% rename from tests/phpunit/EDECU_Plugin_Test.php rename to tests/phpunit/TestPlugin.php index c7d512b..225258b 100644 --- a/tests/phpunit/EDECU_Plugin_Test.php +++ b/tests/phpunit/TestPlugin.php @@ -10,7 +10,7 @@ /** * Plugin test case. */ -class EDECU_Plugin_Test extends WP_UnitTestCase { +class TestPlugin extends WP_UnitTestCase { /** * Plugin instance.