From 42a9429ac04fb481f3310190ac7998a34409c62a Mon Sep 17 00:00:00 2001 From: Kaspars Dambis Date: Mon, 16 Dec 2024 11:28:50 +0200 Subject: [PATCH] Describe the test --- tests/phpunit/class-plugin-test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' ); } }