diff --git a/public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-validation-test.php b/public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-content-validation-test.php
similarity index 99%
rename from public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-validation-test.php
rename to public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-content-validation-test.php
index 3c3adf146..48945dcd4 100644
--- a/public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-validation-test.php
+++ b/public_html/wp-content/plugins/pattern-directory/tests/phpunit/pattern-content-validation-test.php
@@ -8,7 +8,7 @@
/**
* Test pattern validation.
*/
-class Pattern_Validation_Test extends WP_UnitTestCase {
+class Pattern_Content_Validation_Test extends WP_UnitTestCase {
protected static $pattern_id;
protected static $user;