Changeset 28713 for trunk/tests/phpunit/tests/canonical/https.php
- Timestamp:
- 06/10/2014 01:09:43 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/canonical/https.php
r28706 r28713 14 14 $this->http = set_url_scheme( home_url( 'sample-page/' ), 'http' ); 15 15 $this->https = set_url_scheme( home_url( 'sample-page/' ), 'https' ); 16 }17 18 public function test( $test_url, $expected, $ticket = 0 ) {19 // Nothing20 16 } 21 17
Note: See TracChangeset
for help on using the changeset viewer.