diff --git a/tests/phpunit/class-plugin-test.php b/tests/phpunit/class-plugin-test.php index cb615e7..2dc65fb 100644 --- a/tests/phpunit/class-plugin-test.php +++ b/tests/phpunit/class-plugin-test.php @@ -1,7 +1,7 @@ assertTrue( class_exists( 'Cf7_Extras' ) ); + public function test_plugin_active() { + $this->assertTrue( class_exists( 'Cf7_Extras' ), 'Plugin is active' ); } }