PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
WhiteSpace
<?php /** * Unit test class for the SpreadOperatorSpacingAfter sniff. * * @author Juliette Reinders Folmer <phpcs_nospam@adviesenzo.nl> * @copyright 2019 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 SpreadOperatorSpacingAfter sniff. * * @covers \PHP_CodeSniffer\Standards\Generic\Sniffs\WhiteSpace\SpreadOperatorSpacingAfterSniff */ final class SpreadOperatorSpacingAfterUnitTest 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='') { switch ($testFile) { case 'SpreadOperatorSpacingAfterUnitTest.1.inc': return [ 12 => 1, 13 => 1, 20 => 2, 40 => 1, 41 => 1, 46 => 2, 60 => 1, 61 => 1, 66 => 2, 78 => 1, ]; 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]