Make WordPress Core


Ignore:
Timestamp:
10/15/2015 06:52:19 AM (9 years ago)
Author:
wonderboymusic
Message:

Unit Tests: create fewer terms in Tests_Term_getTerms::test_get_terms_parent_zero()

See #30017, #33968.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tests/phpunit/tests/query/conditionals.php

    r35162 r35196  
    333333        $types = array('feed', 'rdf', 'rss', 'rss2', 'atom');
    334334        foreach ($types as $type) {
    335                 $this->go_to("/category/cat-a/feed/{$type}");
    336                 $this->assertQueryTrue('is_archive', 'is_feed', 'is_category');
     335            $this->go_to("/category/cat-a/feed/{$type}");
     336            $this->assertQueryTrue('is_archive', 'is_feed', 'is_category');
    337337        }
    338338
     
    340340        $types = array('feed', 'rdf', 'rss', 'rss2', 'atom');
    341341        foreach ($types as $type) {
    342                 $this->go_to("/category/cat-a/{$type}");
    343                 $this->assertQueryTrue('is_archive', 'is_feed', 'is_category');
     342            $this->go_to("/category/cat-a/{$type}");
     343            $this->assertQueryTrue('is_archive', 'is_feed', 'is_category');
    344344        }
    345345    }
Note: See TracChangeset for help on using the changeset viewer.