File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -366,12 +366,12 @@ public function test30AddValidationRulesByAttributeNameOrPattern()
366
366
{
367
367
$ testFile = Yii::getAlias ("@specs/issue_fix/30_add_validation_rules_by_attribute_name_or_pattern/index.php " );
368
368
$ this ->runGenerator ($ testFile );
369
- $ actualFiles = FileHelper::findFiles (Yii::getAlias ('@app ' ), [
370
- 'recursive ' => true ,
371
- ]);
372
- $ expectedFiles = FileHelper::findFiles (Yii::getAlias ("@specs/issue_fix/30_add_validation_rules_by_attribute_name_or_pattern/mysql " ), [
373
- 'recursive ' => true ,
374
- ]);
375
- $ this ->checkFiles ($ actualFiles , $ expectedFiles );
369
+ $ actualFiles = FileHelper::findFiles (Yii::getAlias ('@app ' ), [
370
+ 'recursive ' => true ,
371
+ ]);
372
+ $ expectedFiles = FileHelper::findFiles (Yii::getAlias ("@specs/issue_fix/30_add_validation_rules_by_attribute_name_or_pattern/mysql " ), [
373
+ 'recursive ' => true ,
374
+ ]);
375
+ $ this ->checkFiles ($ actualFiles , $ expectedFiles );
376
376
}
377
377
}
You can’t perform that action at this time.
0 commit comments