Changeset 37249 for trunk/tests/phpunit/tests/post/getBodyClass.php
- Timestamp:
- 04/19/2016 09:23:20 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/post/getBodyClass.php
r36112 r37249 81 81 /** 82 82 * @ticket 35164 83 * @ticket 36510 83 84 */ 84 85 public function test_singular_body_classes() { … … 90 91 $this->assertContains( "postid-{$post_id}", $class ); 91 92 $this->assertContains( "single-format-standard", $class ); 92 $this->assertContains( "singular", $class );93 94 93 } 95 94
Note: See TracChangeset
for help on using the changeset viewer.