mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-04-07 14:14:36 +00:00
Build/Test tools: Revert [40239] due to unrelated changes.
See #39486 git-svn-id: https://develop.svn.wordpress.org/trunk@40240 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -8,9 +8,6 @@
|
||||
class Tests_Basic extends WP_UnitTestCase {
|
||||
|
||||
function test_license() {
|
||||
// This test is designed to only run on trunk/master
|
||||
$this->skipOnAutomatedBranches();
|
||||
|
||||
$license = file_get_contents( ABSPATH . 'license.txt' );
|
||||
preg_match( '#Copyright 2011-(\d+) by the contributors#', $license, $matches );
|
||||
$this_year = date( 'Y' );
|
||||
|
||||
Reference in New Issue
Block a user