Automattic\WP\Cron_Control\Tests\Cron_Options_CPT_Tests::test_cpt_exists PHP Метод

test_cpt_exists() публичный Метод

Custom post type exists
public test_cpt_exists ( )
    function test_cpt_exists()
    {
        $this->assertTrue(post_type_exists(\Automattic\WP\Cron_Control\Cron_Options_CPT::POST_TYPE));
    }