Changeset 52010 for trunk/tests/phpunit/tests/canonical.php
- Timestamp:
- 11/04/2021 03:22:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical.php
r51657 r52010 19 19 * @dataProvider data_canonical 20 20 */ 21 function test_canonical( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) {21 public function test_canonical( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) { 22 22 23 23 if ( false !== strpos( $test_url, '%d' ) ) { … … 33 33 } 34 34 35 function data_canonical() {35 public function data_canonical() { 36 36 /* 37 37 * Data format:
Note: See TracChangeset
for help on using the changeset viewer.