- Timestamp:
- 08/06/2021 09:55:31 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/category/wpDropdownCategories.php
r51565 r51566 228 228 229 229 // Test to see if it contains the "required" attribute. 230 $this->assert NotRegExp( '/<select[^>]+required/', $dropdown_categories );230 $this->assertDoesNotMatchRegularExpression( '/<select[^>]+required/', $dropdown_categories ); 231 231 } 232 232 … … 252 252 253 253 // Test to see if it contains the "required" attribute. 254 $this->assert NotRegExp( '/<select[^>]+required/', $dropdown_categories );254 $this->assertDoesNotMatchRegularExpression( '/<select[^>]+required/', $dropdown_categories ); 255 255 } 256 256 }
Note: See TracChangeset
for help on using the changeset viewer.