Changeset 47875 for trunk/tests/phpunit/tests/admin/includesPost.php
- Timestamp:
- 06/01/2020 12:25:34 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPost.php
r47122 r47875 826 826 $name = 'core/test'; 827 827 $settings = array( 828 'category' => 'common', 828 829 'icon' => 'text', 829 830 'render_callback' => 'foo', … … 837 838 838 839 $this->assertArrayHasKey( $name, $blocks ); 839 $this->assertSame( array( 'icon' => 'text' ), $blocks[ $name ] ); 840 $this->assertEquals( array( 841 'title' => '', 842 'description' => '', 843 'category' => 'common', 844 'icon' => 'text', 845 'keywords' => array(), 846 'supports' => array(), 847 'styles' => array(), 848 ), $blocks[ $name ] ); 840 849 } 841 850
Note: See TracChangeset
for help on using the changeset viewer.