Skip to content

Commit

Permalink
Fix yiisoft#19030: Remove @Covers, rename testDI to testDependencyInj…
Browse files Browse the repository at this point in the history
…ection in WidgetTest
  • Loading branch information
papppeter committed Nov 30, 2021
1 parent a8f0b2f commit 98d9d6d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/framework/base/WidgetTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,9 @@ public function testBeginEnd()
}

/**
* @covers Widget::begin
* @covers Widget::end
* @see https://github.com/yiisoft/yii2/issues/19030
*/
public function testDI()
public function testDependencyInjection()
{
Yii::$container = new Container();
Yii::$container->setDefinitions([
Expand Down

0 comments on commit 98d9d6d

Please sign in to comment.