- Timestamp:
- 08/06/2021 09:52:06 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/wpDropdownCategories.php
r51462 r51565 203 203 204 204 // Test to see if it contains the "required" attribute. 205 $this->assert RegExp( '/<select[^>]+required/', $dropdown_categories );205 $this->assertMatchesRegularExpression( '/<select[^>]+required/', $dropdown_categories ); 206 206 } 207 207
Note: See TracChangeset
for help on using the changeset viewer.