Skip to content

Commit

Permalink
Apply naming suggestions
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine Lamirault <lantoine37@hotmail.fr>
  • Loading branch information
mnocon and alamirault committed Feb 5, 2024
1 parent b2f7406 commit 915e44f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/Configurator/AddLinesConfiguratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function testLinesAddedToTopOfFile()
$actualContents);
}

public function testConvertsOptionsWhenConfiguring()
public function testExpandTargetDirWhenConfiguring()
{
$this->saveFile('config/file.txt', 'FirstLine');

Expand Down Expand Up @@ -338,7 +338,7 @@ public function testUnconfigure(string $originalContents, string $value, string
$this->assertSame($expectedContents, $actualContents);
}

public function testConvertsOptionsWhenUnconfiguring()
public function testExpandTargetDirWhenUnconfiguring()
{
$this->saveFile('config/file.txt',
<<<EOF
Expand Down

0 comments on commit 915e44f

Please sign in to comment.