Skip to content

Commit

Permalink
Fix test name
Browse files Browse the repository at this point in the history
  • Loading branch information
AydinHassan committed Aug 27, 2017
1 parent 9822b14 commit 3e986ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/GitIgnoreTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public function testIfFileNotExistsItIsCreated()
$this->assertFileExists($this->gitIgnoreFile);
}

public function testIfFileNotExistsItIsNotCreated()
public function testIfGitIgnoreDisabledNoFileIsWritten()
{
$gitIgnore = new GitIgnore($this->gitIgnoreFile, array(), true, false);
$gitIgnore->addEntry("file1");
Expand Down

0 comments on commit 3e986ad

Please sign in to comment.