Ticket #35633: 35633.patch
| File 35633.patch, 787 bytes (added by , 10 years ago) |
|---|
-
tests/phpunit/tests/comment/query.php
1686 1686 public function test_post_type_array() { 1687 1687 register_post_type( 'post-type-1' ); 1688 1688 register_post_type( 'post-type-2' ); 1689 register_post_type( 'post-type-3' ); 1689 1690 1690 1691 $p1 = self::factory()->post->create( array( 'post_type' => 'post-type-1' ) ); 1691 1692 $p2 = self::factory()->post->create( array( 'post_type' => 'post-type-2' ) ); … … 1705 1706 1706 1707 _unregister_post_type( 'post-type-1' ); 1707 1708 _unregister_post_type( 'post-type-2' ); 1709 _unregister_post_type( 'post-type-3' ); 1708 1710 } 1709 1711 1710 1712 public function test_post_name_single_value() {
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)