Changeset 47876 for trunk/tests/phpunit/tests/admin/includesPost.php
- Timestamp:
- 06/01/2020 04:25:18 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/admin/includesPost.php
r47875 r47876 838 838 839 839 $this->assertArrayHasKey( $name, $blocks ); 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 $this->assertEquals( 841 array( 842 'title' => '', 843 'description' => '', 844 'category' => 'common', 845 'icon' => 'text', 846 'keywords' => array(), 847 'supports' => array(), 848 'styles' => array(), 849 ), 850 $blocks[ $name ] 851 ); 849 852 } 850 853
Note: See TracChangeset
for help on using the changeset viewer.