Changeset 55562 for trunk/tests/phpunit/tests/formatting/ent2ncr.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/formatting/ent2ncr.php
r53562 r55562 8 8 class Tests_Formatting_Ent2ncr extends WP_UnitTestCase { 9 9 /** 10 * @dataProvider entities10 * @dataProvider data_entities 11 11 */ 12 12 public function test_converts_named_entities_to_numeric_character_references( $entity, $ncr ) { … … 20 20 * Comments start with "###". 21 21 */ 22 public function entities() {22 public function data_entities() { 23 23 $entities = file( DIR_TESTDATA . '/formatting/entities.txt' ); 24 24 $data_provided = array();
Note: See TracChangeset
for help on using the changeset viewer.