File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 5757 "yiisoft/log-target-file" : " ^1.0" ,
5858 "yiisoft/mailer" : " ^3.0" ,
5959 "yiisoft/mailer-symfony" : " ^1.0" ,
60- "yiisoft/rbac" : " ^3.0@dev " ,
61- "yiisoft/rbac-php" : " ^3.0@dev " ,
62- "yiisoft/rbac-rules-container" : " dev-master " ,
60+ "yiisoft/rbac" : " ^1.0 " ,
61+ "yiisoft/rbac-php" : " ^1.0 " ,
62+ "yiisoft/rbac-rules-container" : " ^1.0 " ,
6363 "yiisoft/router" : " ^1.0" ,
6464 "yiisoft/router-fastroute" : " ^1.0" ,
6565 "yiisoft/security" : " ^1.0" ,
Original file line number Diff line number Diff line change @@ -23,6 +23,13 @@ public function testCommandFixtureAdd(CliTester $I): void
2323 $ I ->seeResultCodeIs (ExitCode::OK );
2424 }
2525
26+ public function testRunCommandFixtureAddMultipleTimes (CliTester $ I ): void
27+ {
28+ for ($ i = 0 ; $ i < 10 ; $ i ++) {
29+ $ this ->testCommandFixtureAdd ($ I );
30+ }
31+ }
32+
2633 public function testCommandListCommand (CliTester $ I ): void
2734 {
2835 $ command = dirname (__DIR__ , 2 ) . '/yii ' ;
You can’t perform that action at this time.
0 commit comments