mirror of
git://develop.git.wordpress.org/
synced 2025-01-29 10:38:22 +01:00
General: Remove the version number from the readme file in the 4.3 branch.
See #42386 git-svn-id: https://develop.svn.wordpress.org/branches/4.3@42093 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
parent
3b90965b99
commit
c4d712b498
@ -9,7 +9,6 @@
|
||||
<body>
|
||||
<h1 id="logo">
|
||||
<a href="https://wordpress.org/"><img alt="WordPress" src="wp-admin/images/wordpress-logo.png" /></a>
|
||||
<br /> Version 4.3.12
|
||||
</h1>
|
||||
<p style="text-align: center">Semantic Personal Publishing Platform</p>
|
||||
|
||||
|
@ -21,13 +21,6 @@ class Tests_Basic extends WP_UnitTestCase {
|
||||
$this->assertTrue($this->val);
|
||||
}
|
||||
|
||||
function test_readme() {
|
||||
$readme = file_get_contents( ABSPATH . 'readme.html' );
|
||||
preg_match( '#<br /> Version (.*)#', $readme, $matches );
|
||||
list( $version ) = explode( '-', $GLOBALS['wp_version'] );
|
||||
$this->assertEquals( $version, trim( $matches[1] ), "readme.html's version needs to be updated to $version." );
|
||||
}
|
||||
|
||||
function test_license() {
|
||||
// This test is designed to only run on trunk/master
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
Loading…
x
Reference in New Issue
Block a user