Unit Tests: Add a @ticket
reference for test_get_page_uri_without_argument()
.
See #26284. git-svn-id: https://develop.svn.wordpress.org/trunk@38144 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
4f23ce8545
commit
299802bbb5
@ -46,6 +46,9 @@ class Tests_Post_getPageUri extends WP_UnitTestCase {
|
||||
$this->assertEquals( 'child', get_page_uri( $child_id ) );
|
||||
}
|
||||
|
||||
/**
|
||||
* @ticket 26284
|
||||
*/
|
||||
function test_get_page_uri_without_argument() {
|
||||
$post_id = self::factory()->post->create(array(
|
||||
'post_title' => 'Blood Orange announces summer tour dates',
|
||||
|
Loading…
Reference in New Issue
Block a user