mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-02 21:41:19 +08:00
Fix codestyle in build and tests (#20586)
This commit is contained in:
@ -113,7 +113,6 @@ class ModuleTest extends TestCase
|
||||
$this->assertEquals('test/test-controller1/test1', Yii::$app->controller->action->uniqueId);
|
||||
}
|
||||
|
||||
|
||||
public function testServiceLocatorTraversal(): void
|
||||
{
|
||||
$parent = new Module('parent');
|
||||
@ -232,6 +231,7 @@ class ModuleTestController extends Controller
|
||||
{
|
||||
ModuleTest::$actionRuns[] = $this->action->uniqueId;
|
||||
}
|
||||
|
||||
public function actionTest2(): void
|
||||
{
|
||||
ModuleTest::$actionRuns[] = $this->action->uniqueId;
|
||||
|
||||
Reference in New Issue
Block a user