Skip to content
Snippets Groups Projects

Add block-editor support

Merged Erick Hitter requested to merge fix/gutenberg into master
Compare and Show latest version
2 files
+ 7
2
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -377,9 +377,12 @@ class Test_Automatically_Paginate_Posts extends WP_UnitTestCase {
/**
* Test class for admin-related restrictions.
*
* phpcs:disable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
*/
// phpcs:ignore WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
class Test_Autopaging_Admin {
// phpcs:enable WordPress.NamingConventions.PrefixAllGlobals.NonPrefixedClassFound
/**
* Mock being in wp-admin.
*
Loading