mirror of
https://github.com/e107inc/e107.git
synced 2025-08-15 11:04:18 +02:00
PHP8 Fixes. Renamed 'search' class (in search.php) to 'search_front' to avoid conflicts.
This commit is contained in:
@@ -1025,7 +1025,7 @@ class e107Test extends \Codeception\Test\Unit
|
||||
$all = e107::getAddonConfig('e_url');
|
||||
foreach($all as $plugin => $var)
|
||||
{
|
||||
if($plugin === 'gallery') // fixme - sef may be enabled or disabled each time tests are run
|
||||
if($plugin === 'gallery' || $plugin === 'rss_menu') // fixme - sef may be enabled or disabled each time tests are run
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
@@ -123,7 +123,7 @@
|
||||
continue;
|
||||
}
|
||||
|
||||
echo " --- ".$file." --- \n";
|
||||
// echo " --- ".$file." --- \n";
|
||||
ob_start();
|
||||
// test for PHP Notice/Warning etc.
|
||||
$error = false;
|
||||
|
Reference in New Issue
Block a user