1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 11:50:30 +02:00

Removed comment about skipping a test case

This commit is contained in:
Deltik
2019-03-18 05:17:17 -05:00
parent a0ed703608
commit 832792cdfc

View File

@@ -924,7 +924,6 @@ class e_formTest extends \Codeception\Test\Unit
foreach($this->_fields as $field=>$att)
{
//if ($field != 'checkboxes_001') continue;
$value = $this->_values[$field];
$result = $frm->renderElement($field, $value, $att);