version 1.14.1 (#2532)
* no back links in modal pages * remove unused service links to bountysource and gitter * add validation for budget and time-budget fields * display time budget if set * remove console log * sanitize DDE payloads * do not show status and name in version string
This commit is contained in:
@@ -27,8 +27,6 @@ class ConstantsTest extends TestCase
|
||||
|
||||
$expectedId = $major * 10000 + $minor * 100 + $patch;
|
||||
|
||||
self::assertEquals('1.14', Constants::VERSION, 'Invalid release number');
|
||||
self::assertTrue(\in_array(Constants::STATUS, ['dev', 'stable']), 'Invalid status');
|
||||
self::assertEquals($expectedId, Constants::VERSION_ID, 'Invalid version ID');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user