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