Skip to content

Commit 486e33f

Browse files
authored
Merge 51f8c92 into d823920
2 parents d823920 + 51f8c92 commit 486e33f

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@
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",

tests/Cli/ConsoleCest.php

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff 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';

0 commit comments

Comments
 (0)