Skip to content

Commit

Permalink
Updated test to match the correct exception
Browse files Browse the repository at this point in the history
  • Loading branch information
jaxwilko committed Jan 14, 2022
1 parent 57a649a commit cda726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Config/ConfigFileTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ public function testWriteIllegalOffset()
$file = __DIR__ . '/../fixtures/config/empty.php';
$config = ConfigFile::read($file, true);

$this->expectException(\ApplicationException::class);
$this->expectException(\Winter\Storm\Exception\SystemException::class);

$config->set([
'w.i.n.t.e.r' => 'Winter CMS',
Expand Down

0 comments on commit cda726f

Please sign in to comment.