Skip to content
Snippets Groups Projects

Add block-editor support

Merged Erick Hitter requested to merge fix/gutenberg into master
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -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.
*
Loading