Changeset 41935 for trunk/tests/phpunit/tests/customize/widgets.php
- Timestamp:
- 10/19/2017 03:03:19 AM (8 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/customize/widgets.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/customize/widgets.php
r40716 r41935 422 422 423 423 $this->assertEquals( 'widget_form', $params['type'] ); 424 $this->assertRegExp( '#^<li[^>]+>\s +</li>$#', $params['content'] );424 $this->assertRegExp( '#^<li[^>]+>\s*</li>$#', $params['content'] ); 425 425 $this->assertRegExp( '#^<div[^>]*class=\'widget\'[^>]*#s', $params['widget_control'] ); 426 426 $this->assertContains( '<div class="widget-content"></div>', $params['widget_control'] );
Note: See TracChangeset
for help on using the changeset viewer.