Changeset 52010 for trunk/tests/phpunit/tests/canonical/noRewrite.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/noRewrite.php
r51568 r52010 25 25 * @dataProvider data 26 26 */ 27 function test( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) {27 public function test( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) { 28 28 $this->assertCanonical( $test_url, $expected, $ticket, $expected_doing_it_wrong ); 29 29 } 30 30 31 function data() {31 public function data() { 32 32 /* 33 33 * Test URL.
Note: See TracChangeset
for help on using the changeset viewer.