PHP 클래스 Automattic\WP\Cron_Control\Tests\Cron_Options_CPT_Tests

상속: extends WP_UnitTestCase
파일 보기 프로젝트 열기: Automattic/vip-mu-plugins-public

공개 메소드들

메소드 설명
test_cpt_exists ( ) Custom post type exists
test_event_unscheduling_against_cpt ( ) Test that events are unscheduled correctly by checking the CPT
test_event_unscheduling_using_core_functions ( ) Test that events are unscheduled correctly using Core functions
test_events_exist ( ) Check that an event is stored properly in a CPT entry
test_filter_cron_option_get ( ) Check format of filtered array returned from CPT

메소드 상세

test_cpt_exists() 공개 메소드

Custom post type exists
public test_cpt_exists ( )

test_event_unscheduling_against_cpt() 공개 메소드

Test that events are unscheduled correctly by checking the CPT

test_event_unscheduling_using_core_functions() 공개 메소드

Test that events are unscheduled correctly using Core functions

test_events_exist() 공개 메소드

Check that an event is stored properly in a CPT entry
public test_events_exist ( )

test_filter_cron_option_get() 공개 메소드

Check format of filtered array returned from CPT