mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-03 22:32:40 +08:00
Raise version min PHP 7.3.
This commit is contained in:
@ -54,6 +54,9 @@ class ChangeLogTest extends TestCase
|
||||
* - Description ends without a "."
|
||||
* - Line ends with contributor name between "(" and ")".
|
||||
*/
|
||||
$this->assertRegExp('/- (Bug|Enh|Chg|New)( #\d+(, #\d+)*)?(\s\(CVE-[\d-]+\))?: .*[^.] \(.+\)$/', $line);
|
||||
$this->assertMatchesRegularExpression(
|
||||
'/- (Bug|Enh|Chg|New)( #\d+(, #\d+)*)?(\s\(CVE-[\d-]+\))?: .*[^.] \(.+\)$/',
|
||||
$line
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user