Widgets: Fix typo in phpunit test for Custom HTML widget in [41116].
Fixed was applied in 4.8 branch via [41117]. See #41392. git-svn-id: https://develop.svn.wordpress.org/trunk@41118 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
36c2f88a60
commit
94d95184b0
@ -71,7 +71,7 @@ class Test_WP_Widget_Custom_HTML extends WP_UnitTestCase {
|
||||
$this->assertNotEmpty( $this->widget_text_args );
|
||||
$this->assertContains( '[filter:widget_text][filter:widget_custom_html_content]', $output );
|
||||
$this->assertContains( '<section id="custom_html-5" class="widget_text widget widget_custom_html">', $output );
|
||||
$this->assertContains( 'class="widget_text widget widget_custom_html"', $output );
|
||||
$this->assertContains( '<div class="textwidget custom-html-widget">', $output );
|
||||
$this->assertNotContains( '<p>', $output );
|
||||
$this->assertNotContains( '<br>', $output );
|
||||
$this->assertNotContains( '</u>', $output );
|
||||
|
Loading…
Reference in New Issue
Block a user