forked from Wavyzz/dolibarr
Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose
This commit is contained in:
@@ -185,19 +185,16 @@ class CodingSqlTest extends PHPUnit_Framework_TestCase
|
||||
if ($dir == DOL_DOCUMENT_ROOT.'/install/mysql/migration')
|
||||
{
|
||||
// Test for migration files only
|
||||
|
||||
}
|
||||
elseif ($dir == DOL_DOCUMENT_ROOT.'/install/mysql/data')
|
||||
{
|
||||
// Test for data files only
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
if (preg_match('/\.key\.sql$/',$file))
|
||||
{
|
||||
// Test for key files only
|
||||
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user