1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-12 17:44:37 +02:00

Fix test for PHP 5.6

This commit is contained in:
Cameron
2020-12-20 13:44:18 -08:00
parent bdb4104f9c
commit 153cf33aa7
2 changed files with 7 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ class e107Test extends \Codeception\Test\Unit
$LAYOUT = file_get_contents(e_THEME."bootstrap3/theme.html");
ob_start();
$this->e107::renderLayout($LAYOUT);
e107::renderLayout($LAYOUT);
$result = ob_get_clean();