Skip to content

Commit

Permalink
Code quality
Browse files Browse the repository at this point in the history
  • Loading branch information
webeweb committed Mar 21, 2022
1 parent 90e7126 commit c512336
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Twig/Extension/AssetsTwigExtensionTraitTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
class AssetsTwigExtensionTraitTest extends AbstractTestCase {

/**
* Tests setUser()
* Tests setAssetsTwigExtension()
*
* @return void
*/
public function testSetUser(): void {
public function testSetAssetsTwigExtension(): void {

// Set a Assets Twig extension mock.
$assetsTwigExtension = new AssetsTwigExtension($this->twigEnvironment);
Expand Down

0 comments on commit c512336

Please sign in to comment.