Stop checking Trac to skip tests against open tickets.
In general, skipped tests should live only in patches, which are committed at the same time that the corresponding bug is fixed. In cases where it's necessary to skip a test, use `markTestSkipped()` to declare this fact explicitly. We continue to check Trac when using `WP_UnitTestCase` to run non-core tests. See #30284. Built from https://develop.svn.wordpress.org/trunk@30526 git-svn-id: http://core.svn.wordpress.org/trunk@30515 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
a18e2f68c7
commit
21771656ea
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-beta2-30525';
|
||||
$wp_version = '4.1-beta2-30526';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue