2
0
forked from Wavyzz/dolibarr

Squiz.WhiteSpace.ControlStructureSpacing.SpacingBeforeClose

This commit is contained in:
Frédéric FRANCE
2018-10-24 23:04:26 +02:00
parent 277655b911
commit 86d854f3f4
360 changed files with 1 additions and 720 deletions

View File

@@ -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
{