Changeset 42343 for trunk/tests/phpunit/tests/link/adminUrl.php
- Timestamp:
- 11/30/2017 11:09:33 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/link/adminUrl.php
r41060 r42343 26 26 */ 27 27 public function test_self_admin_url_with_path_and_scheme() { 28 $path = 'options-general.php';28 $path = 'options-general.php'; 29 29 $scheme = 'https'; 30 30 … … 36 36 */ 37 37 public function test_self_admin_url_filtered() { 38 $path = 'options-general.php';38 $path = 'options-general.php'; 39 39 $scheme = 'https'; 40 40
Note: See TracChangeset
for help on using the changeset viewer.