Changeset 52010 for trunk/tests/phpunit/tests/canonical/customRules.php
- Timestamp:
- 11/04/2021 03:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/customRules.php
r51568 r52010 8 8 class Tests_Canonical_CustomRules extends WP_Canonical_UnitTestCase { 9 9 10 function set_up() {10 public function set_up() { 11 11 parent::set_up(); 12 12 global $wp_rewrite; … … 19 19 * @dataProvider data 20 20 */ 21 function test( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) {21 public function test( $test_url, $expected, $ticket = 0, $expected_doing_it_wrong = array() ) { 22 22 $this->assertCanonical( $test_url, $expected, $ticket, $expected_doing_it_wrong ); 23 23 } 24 24 25 function data() {25 public function data() { 26 26 /* 27 27 * Data format:
Note: See TracChangeset
for help on using the changeset viewer.