1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-08 23:56:58 +02:00

Fixes #4750 - News image placeholder. Adds another news-grid layout.

This commit is contained in:
Cameron
2022-04-06 12:09:58 -07:00
parent af0a6a5924
commit 02a7e08902
4 changed files with 46 additions and 5 deletions

View File

@@ -1839,6 +1839,7 @@ class e_parse_shortcodeTest extends \Codeception\Test\Unit
try
{
/** @var e_shortcode $sc */
$sc = $this->make($plug.'_shortcodes');
}
catch (Exception $e)