You appear to be a bot. Output may be restricted
Description
Test constants and statics.
Usage
Test_WP_Customize_Nav_Menu_Item_Setting::test_constants();
Parameters
Returns
void
Source
File name: wordpress-develop-tests/phpunit/tests/customize/nav-menu-item-setting.php
Lines:
1 to 5 of 5
public function test_constants() { do_action( 'customize_register', $this->wp_customize ); $this->assertTrue( post_type_exists( WP_Customize_Nav_Menu_Item_Setting::POST_TYPE ) ); }