Changeset 49354 for trunk/tests/phpunit/tests/post/formats.php
- Timestamp:
- 10/28/2020 03:12:40 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/formats.php
r49344 r49354 7 7 function setUp() { 8 8 parent::setUp(); 9 }10 11 /**12 * @ticket 5139013 */14 function test_post_format_doing_it_wrong() {15 $this->setExpectedIncorrectUsage( "add_theme_support( 'post-formats' )" );16 17 // The second parameter should be an array.18 $this->assertFalse( add_theme_support( 'post-formats' ) );19 9 } 20 10
Note: See TracChangeset
for help on using the changeset viewer.