1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-16 03:24:20 +02:00

Removed snippets from bootstrap3 theme. Fix for line-endings issue in cache tests.

This commit is contained in:
Cameron
2020-12-28 15:16:23 -08:00
parent 518eb6016c
commit a41693b4b6
5 changed files with 26 additions and 22 deletions

View File

@@ -1143,7 +1143,7 @@ class e_formTest extends \Codeception\Test\Unit
/**
* Loads snipper from e107_themes/bootstrap/snippets/form_checkbox.html
*/
*//*
public function testSnippet()
{
$this->_frm->_snippets = true;
@@ -1158,7 +1158,7 @@ class e_formTest extends \Codeception\Test\Unit
$this->_frm->_snippets = false;
}
}*/
}

View File

@@ -82,7 +82,7 @@ class ecacheTest extends \Codeception\Test\Unit
$this->cache->setMD5('hash'); // set a consistent hash value: ie. 0800fc577294c34e0b28ad2839435945
$clean = ["\t", "\n", " "];
$clean = ["\t", "\n", "\r", " "];
foreach($tests as $var)
{