PHP 클래스 WP_Canonical_UnitTestCase

상속: extends WP_UnitTestCase
파일 보기 프로젝트 열기: lucatume/wp-browser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$author_id
$comment_ids
$old_current_user
$old_options
$post_ids
$structure Those tests will be run against the specified permastruct.
$term_ids
$terms

공개 메소드들

메소드 설명
assertCanonical ( string $test_url, string $expected, integer $ticket, array $expected_doing_it_wrong = [] ) Assert that a given URL is the same a the canonical URL generated by WP.
delete_shared_fixtures ( ) Clean up shared fixtures.
generate_shared_fixtures ( $factory ) Generate fixtures to be shared between canonical tests.
get_canonical ( string $test_url ) Get the canonical URL given a raw URL.
setUp ( )

메소드 상세

assertCanonical() 공개 메소드

Assert that a given URL is the same a the canonical URL generated by WP.
부터: 4.1.0
public assertCanonical ( string $test_url, string $expected, integer $ticket, array $expected_doing_it_wrong = [] )
$test_url string Raw URL that will be run through redirect_canonical().
$expected string Expected string.
$ticket integer Optional. Trac ticket number.
$expected_doing_it_wrong array Array of class/function names expected to throw _doing_it_wrong() notices.

delete_shared_fixtures() 공개 정적인 메소드

Clean up shared fixtures.
부터: 4.1.0
public static delete_shared_fixtures ( )

generate_shared_fixtures() 공개 정적인 메소드

Abstracted here because it's invoked by setUpBeforeClass() in more than one class.
부터: 4.1.0
public static generate_shared_fixtures ( $factory )

get_canonical() 공개 메소드

Get the canonical URL given a raw URL.
public get_canonical ( string $test_url )
$test_url string Should be relative to the site "front", ie /category/uncategorized/ as opposed to http://example.com/category/uncategorized/

setUp() 공개 메소드

public setUp ( )

프로퍼티 상세

$author_id 정적으로 공개적으로 프로퍼티

static public $author_id

$comment_ids 정적으로 공개적으로 프로퍼티

static public $comment_ids

$old_current_user 정적으로 공개적으로 프로퍼티

static public $old_current_user

$old_options 정적으로 공개적으로 프로퍼티

static public $old_options

$post_ids 정적으로 공개적으로 프로퍼티

static public $post_ids

$structure 공개적으로 프로퍼티

Those tests will be run against the specified permastruct.
public $structure

$term_ids 정적으로 공개적으로 프로퍼티

static public $term_ids

$terms 정적으로 공개적으로 프로퍼티

static public $terms