File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<ruleset name =" CakePHP Core" >
3
3
<file >./src</file >
4
+ <file >./tests</file >
4
5
<rule ref =" ./vendor/cakephp/cakephp-codesniffer/CakePHP" />
5
6
</ruleset >
Original file line number Diff line number Diff line change @@ -303,6 +303,7 @@ public function testUpdateWithPlugins()
303
303
}
304
304
$ return = ['CommentsController.php ' , 'PostsController.php ' , 'BigLongNamesController.php ' ];
305
305
}
306
+
306
307
return $ return ;
307
308
}));
308
309
@@ -356,6 +357,7 @@ public function testSyncWithNestedPlugin()
356
357
default :
357
358
$ return = ['CommentsController.php ' , 'PostsController.php ' , 'BigLongNamesController.php ' ];
358
359
}
360
+
359
361
return $ return ;
360
362
}));
361
363
@@ -383,6 +385,7 @@ public function testSyncWithNestedPlugin()
383
385
default :
384
386
$ return = ['CommentsController.php ' , 'PostsController.php ' , 'BigLongNamesController.php ' ];
385
387
}
388
+
386
389
return $ return ;
387
390
}));
388
391
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ public function parentNode()
79
79
if (!$ motherId ) {
80
80
return null ;
81
81
}
82
+
82
83
return ['AclPeople ' => ['id ' => $ motherId ]];
83
84
}
84
85
}
You can’t perform that action at this time.
0 commit comments