mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-16 23:00:21 +00:00
Tests: Clean up skipping conditions and requirements for various tests.
This improves the consistency of test skipping and ensures that: * The `@requires` annotations use the right condition and format, and are on the right level (class vs. function). * Inline conditions with a `markTestSkipped()` call are only used when annotations cannot be used. * All `markTestSkipped()` calls contain a verbose explanation of why the test is being skipped. Props jrf, hellofromTonya. Fixes #53009. git-svn-id: https://develop.svn.wordpress.org/trunk@51415 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -273,10 +273,6 @@ class Tests_URL extends WP_UnitTestCase {
|
||||
}
|
||||
|
||||
function test_set_url_scheme() {
|
||||
if ( ! function_exists( 'set_url_scheme' ) ) {
|
||||
return;
|
||||
}
|
||||
|
||||
$links = array(
|
||||
'http://wordpress.org/',
|
||||
'https://wordpress.org/',
|
||||
|
||||
Reference in New Issue
Block a user