Changeset 40250 for branches/4.7/tests/phpunit/tests/basic.php
- Timestamp:
- 03/08/2017 12:51:22 AM (9 years ago)
- Location:
- branches/4.7
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
tests/phpunit/tests/basic.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/4.7
-
branches/4.7/tests/phpunit/tests/basic.php
r39480 r40250 9 9 10 10 function test_license() { 11 // This test is designed to only run on trunk/master 12 $this->skipOnAutomatedBranches(); 13 11 14 $license = file_get_contents( ABSPATH . 'license.txt' ); 12 15 preg_match( '#Copyright 2011-(\d+) by the contributors#', $license, $matches );
Note: See TracChangeset
for help on using the changeset viewer.