Skip to content

Commit

Permalink
Throw install exceptions
Browse files Browse the repository at this point in the history
Resolves #16624
  • Loading branch information
brandonkelly committed Feb 4, 2025
1 parent 9bbd9e7 commit 76e679d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- Fixed an error that occurred when accessing the `edit/<elementId>` route for a draft that no longer existed.
- Fixed a bug where transformed images could be slightly smaller than they should be when using the `fit` transform mode. ([#16622](https://github.com/craftcms/cms/issues/16622))
- Fixed a bug where tests weren’t outputting exceptions thrown during Craft installation. ([#16624](https://github.com/craftcms/cms/issues/16624))

## 4.14.3 - 2025-01-29

Expand Down
2 changes: 1 addition & 1 deletion src/test/TestSetup.php
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ public static function setupCraftDb(Connection $connection): void
'site' => $site,
]);

$migration->safeUp();
$migration->up(true);
}

/**
Expand Down

0 comments on commit 76e679d

Please sign in to comment.