Changeset 34454 for trunk/tests/phpunit/tests/comment/getCommentClass.php
- Timestamp:
- 09/23/2015 02:08:47 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/comment/getCommentClass.php
r34453 r34454 37 37 $this->assertContains( 'bar', $classes ); 38 38 } 39 40 /** 41 * @ticket 33947 42 */ 43 public function test_should_return_an_empty_array_for_invalid_comment_id() { 44 $this->assertSame( array(), get_comment_class( 'foo', 12345 ) ); 45 } 39 46 }
Note: See TracChangeset
for help on using the changeset viewer.