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:
@@ -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;
|
||||
|
||||
}
|
||||
}*/
|
||||
|
||||
|
||||
}
|
||||
|
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user