PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
WhiteSpace
<?php /** * Unit test class for the IncrementDecrementSpacing sniff. * * @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl> * @copyright 2018 Juliette Reinders Folmer. All rights reserved. * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Standards\Generic\Tests\WhiteSpace; use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest; /** * Unit test class for the IncrementDecrementSpacing sniff. * * @covers \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\IncrementDecrementSpacingSniff */ final class IncrementDecrementSpacingUnitTest extends AbstractSniffUnitTest { /** * Returns the lines where errors should occur. * * The key of the array should represent the line number and the value * should represent the number of errors that should occur on that line. * * @param string $testFile The name of the file being tested. * * @return array<int, int> */ public function getErrorList($testFile='') { $errors = [ 5 => 1, 6 => 1, 8 => 1, 10 => 1, 13 => 1, 14 => 1, 16 => 1, 17 => 1, ]; switch ($testFile) { case 'IncrementDecrementSpacingUnitTest.inc': $errors[21] = 1; $errors[23] = 1; $errors[26] = 1; $errors[27] = 1; $errors[30] = 1; $errors[31] = 1; $errors[34] = 1; $errors[37] = 1; $errors[40] = 1; $errors[42] = 1; return $errors; case 'IncrementDecrementSpacingUnitTest.js': return $errors; default: return []; }//end switch }//end getErrorList() /** * Returns the lines where warnings should occur. * * The key of the array should represent the line number and the value * should represent the number of warnings that should occur on that line. * * @return array<int, int> */ public function getWarningList() { return []; }//end getWarningList() }//end class
[-] HereNowdocIdentifierSpacingUnitTest.inc.fixed
[edit]
[-] DisallowSpaceIndentUnitTest.js
[edit]
[-] SpreadOperatorSpacingAfterUnitTest.1.inc.fixed
[edit]
[-] IncrementDecrementSpacingUnitTest.js.fixed
[edit]
[-] DisallowTabIndentUnitTest.2.inc
[edit]
[-] LanguageConstructSpacingUnitTest.php
[edit]
[-] SpreadOperatorSpacingAfterUnitTest.2.inc
[edit]
[+]
..
[-] HereNowdocIdentifierSpacingUnitTest.inc
[edit]
[-] ScopeIndentUnitTest.2.inc
[edit]
[-] DisallowSpaceIndentUnitTest.css.fixed
[edit]
[-] DisallowTabIndentUnitTest.css.fixed
[edit]
[-] ScopeIndentUnitTest.1.js.fixed
[edit]
[-] ArbitraryParenthesesSpacingUnitTest.1.inc
[edit]
[-] DisallowSpaceIndentUnitTest.1.inc
[edit]
[-] DisallowSpaceIndentUnitTest.2.inc.fixed
[edit]
[-] DisallowTabIndentUnitTest.js.fixed
[edit]
[-] HereNowdocIdentifierSpacingUnitTest.php
[edit]
[-] IncrementDecrementSpacingUnitTest.js
[edit]
[-] DisallowTabIndentUnitTest.2.inc.fixed
[edit]
[-] ArbitraryParenthesesSpacingUnitTest.2.inc
[edit]
[-] DisallowTabIndentUnitTest.1.inc.fixed
[edit]
[-] SpreadOperatorSpacingAfterUnitTest.php
[edit]
[-] SpreadOperatorSpacingAfterUnitTest.1.inc
[edit]
[-] LanguageConstructSpacingUnitTest.2.inc
[edit]
[-] DisallowSpaceIndentUnitTest.js.fixed
[edit]
[-] ArbitraryParenthesesSpacingUnitTest.1.inc.fixed
[edit]
[-] DisallowTabIndentUnitTest.js
[edit]
[-] DisallowTabIndentUnitTest.css
[edit]
[-] DisallowSpaceIndentUnitTest.3.inc.fixed
[edit]
[-] ScopeIndentUnitTest.3.inc.fixed
[edit]
[-] LanguageConstructSpacingUnitTest.1.inc
[edit]
[-] DisallowTabIndentUnitTest.1.inc
[edit]
[-] ScopeIndentUnitTest.3.inc
[edit]
[-] IncrementDecrementSpacingUnitTest.inc.fixed
[edit]
[-] IncrementDecrementSpacingUnitTest.inc
[edit]
[-] ScopeIndentUnitTest.1.inc
[edit]
[-] DisallowTabIndentUnitTest.php
[edit]
[-] DisallowSpaceIndentUnitTest.1.inc.fixed
[edit]
[-] DisallowSpaceIndentUnitTest.2.inc
[edit]
[-] DisallowTabIndentUnitTest.3.inc
[edit]
[-] LanguageConstructSpacingUnitTest.1.inc.fixed
[edit]
[-] ScopeIndentUnitTest.php
[edit]
[-] IncrementDecrementSpacingUnitTest.php
[edit]
[-] DisallowSpaceIndentUnitTest.3.inc
[edit]
[-] ScopeIndentUnitTest.2.inc.fixed
[edit]
[-] DisallowSpaceIndentUnitTest.4.inc
[edit]
[-] ScopeIndentUnitTest.4.inc
[edit]
[-] ScopeIndentUnitTest.1.inc.fixed
[edit]
[-] ScopeIndentUnitTest.1.js
[edit]
[-] DisallowSpaceIndentUnitTest.css
[edit]
[-] DisallowSpaceIndentUnitTest.php
[edit]
[-] ArbitraryParenthesesSpacingUnitTest.php
[edit]