- Timestamp:
- 09/02/2020 12:35:36 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/ExcerptRemoveBlocks.php
r46586 r48937 100 100 101 101 // Dynamic block with options, embedded in other content. 102 $this->assert Equals( $this->filtered_content, excerpt_remove_blocks( $this->content ) );102 $this->assertSame( $this->filtered_content, excerpt_remove_blocks( $this->content ) ); 103 103 } 104 104
Note: See TracChangeset
for help on using the changeset viewer.