Skip to content

Commit

Permalink
🐛 Fix not working test
Browse files Browse the repository at this point in the history
Remove it until a possiblility appears to test this.
  • Loading branch information
DrWh0286 committed Nov 28, 2019
1 parent 9e3a6c0 commit 1e91006
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions tests/FileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,6 @@ public function fileContentWriteProvider(): array
];
}

/**
* @test
*/
public function ifFileIsNotWritableAnExceptionIsThrown(): void
{
$file = new File(__DIR__ . '/Fixtures/not_writable_file.txt');
$this->expectException(FileNotWritableException::class);
$file->replaceLine('failing overwrite', 3);
}

/**
* @test
*/
Expand Down

0 comments on commit 1e91006

Please sign in to comment.