Skip to content

Commit

Permalink
Describe the test
Browse files Browse the repository at this point in the history
  • Loading branch information
kasparsd committed Dec 16, 2024
1 parent 5387bc9 commit 42a9429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/phpunit/class-plugin-test.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

class Plugin_Test extends WP_UnitTestCase {
public function test_plugin() {
$this->assertTrue( class_exists( 'Cf7_Extras' ) );
public function test_plugin_active() {
$this->assertTrue( class_exists( 'Cf7_Extras' ), 'Plugin is active' );
}
}

0 comments on commit 42a9429

Please sign in to comment.