Skip to content

Commit

Permalink
Minor test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dolejska-daniel committed Jun 18, 2017
1 parent ff157b2 commit 11c2697
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Definition/FileCacheProviderTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ public function testInit_InvalidPath()
*/
public function testInit_Exception()
{
$this->markTestIncomplete("This test has not been implemented yet.");

$this->expectException(SettingsException::class);
$this->expectExceptionMessage("is not writable.");

Expand Down

0 comments on commit 11c2697

Please sign in to comment.