Make WordPress Core

Changeset 50300


Ignore:
Timestamp:
02/12/2021 04:39:01 PM (4 years ago)
Author:
gziolo
Message:

Tests: Fix failing unit test for block settings

Follow-up to [50297].

Fixes #52512.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/admin/includesPost.php

    r49603 r50300  
    840840        $this->assertSame(
    841841            array(
     842                'apiVersion'  => 1,
    842843                'title'       => '',
    843844                'description' => '',
    844845                'icon'        => 'text',
     846                'usesContext' => array(),
    845847                'category'    => 'common',
     848                'styles'      => array(),
    846849                'keywords'    => array(),
    847                 'usesContext' => array(),
    848                 'styles'      => array(),
    849850            ),
    850851            $blocks[ $name ]
Note: See TracChangeset for help on using the changeset viewer.