From aeeb9827ffe0abebe9fab772fc402684074a0343 Mon Sep 17 00:00:00 2001
From: Erick Hitter <git-contrib@ethitter.com>
Date: Tue, 28 Jun 2022 20:52:17 -0700
Subject: [PATCH] PHPCS

---
 tests/test-automatically-paginate-posts.php | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/tests/test-automatically-paginate-posts.php b/tests/test-automatically-paginate-posts.php
index 59aceff..3881e9a 100755
--- a/tests/test-automatically-paginate-posts.php
+++ b/tests/test-automatically-paginate-posts.php
@@ -378,9 +378,11 @@ class Test_Automatically_Paginate_Posts extends WP_UnitTestCase {
 /**
  * Test class for admin-related restrictions.
  *
- * phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
+ * phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
  */
 class Test_Autopaging_Admin {
+	// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
+
 	/**
 	 * Mock being in wp-admin.
 	 *
-- 
GitLab