Changeset 35196 for trunk/tests/phpunit/tests/query/conditionals.php
- Timestamp:
- 10/15/2015 06:52:19 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/query/conditionals.php
r35162 r35196 333 333 $types = array('feed', 'rdf', 'rss', 'rss2', 'atom'); 334 334 foreach ($types as $type) { 335 336 335 $this->go_to("/category/cat-a/feed/{$type}"); 336 $this->assertQueryTrue('is_archive', 'is_feed', 'is_category'); 337 337 } 338 338 … … 340 340 $types = array('feed', 'rdf', 'rss', 'rss2', 'atom'); 341 341 foreach ($types as $type) { 342 343 342 $this->go_to("/category/cat-a/{$type}"); 343 $this->assertQueryTrue('is_archive', 'is_feed', 'is_category'); 344 344 } 345 345 }
Note: See TracChangeset
for help on using the changeset viewer.