PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Generic
/
Tests
/
PHP
<?php /** * Unit test class for the ClosingPHPTag sniff. * * @author Andy Grunwald <andygrunwald@gmail.com> * @copyright 2010-2014 Andy Grunwald * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/master/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Standards\Generic\Tests\PHP; use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest; /** * Unit test class for the ClosingPHPTag sniff. * * @covers \PHP_CodeSniffer\Standards\Generic\Sniffs\PHP\ClosingPHPTagSniff */ final class ClosingPHPTagUnitTest 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 'ClosingPHPTagUnitTest.1.inc': return [9 => 1]; case 'ClosingPHPTagUnitTest.2.inc': return [5 => 1]; default: return []; } }//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
[-] LowerCaseKeywordUnitTest.inc.fixed
[edit]
[-] DeprecatedFunctionsUnitTest.inc
[edit]
[-] DisallowAlternativePHPTagsUnitTest.1.inc
[edit]
[-] DisallowShortOpenTagUnitTest.5.inc
[edit]
[-] CharacterBeforePHPOpeningTagUnitTest.1.inc
[edit]
[-] RequireStrictTypesUnitTest.7.inc
[edit]
[-] DisallowRequestSuperglobalUnitTest.inc
[edit]
[-] DisallowAlternativePHPTagsUnitTest.2.inc.fixed
[edit]
[-] RequireStrictTypesUnitTest.3.inc
[edit]
[-] NoSilencedErrorsUnitTest.inc
[edit]
[-] RequireStrictTypesUnitTest.5.inc
[edit]
[-] LowerCaseConstantUnitTest.js
[edit]
[-] DisallowShortOpenTagUnitTest.3.inc
[edit]
[-] RequireStrictTypesUnitTest.php
[edit]
[+]
..
[-] LowerCaseTypeUnitTest.php
[edit]
[-] RequireStrictTypesUnitTest.11.inc
[edit]
[-] LowerCaseTypeUnitTest.inc.fixed
[edit]
[-] RequireStrictTypesUnitTest.13.inc
[edit]
[-] DisallowAlternativePHPTagsUnitTest.1.inc.fixed
[edit]
[-] ClosingPHPTagUnitTest.1.inc
[edit]
[-] ForbiddenFunctionsUnitTest.php
[edit]
[-] SAPIUsageUnitTest.php
[edit]
[-] DiscourageGotoUnitTest.php
[edit]
[-] RequireStrictTypesUnitTest.11.inc.fixed
[edit]
[-] RequireStrictTypesUnitTest.2.inc
[edit]
[-] NoSilencedErrorsUnitTest.php
[edit]
[-] DisallowAlternativePHPTagsUnitTest.php
[edit]
[-] RequireStrictTypesUnitTest.15.inc.fixed
[edit]
[-] CharacterBeforePHPOpeningTagUnitTest.2.inc
[edit]
[-] UpperCaseConstantUnitTest.inc
[edit]
[-] RequireStrictTypesUnitTest.14.inc
[edit]
[-] DisallowShortOpenTagUnitTest.1.inc.fixed
[edit]
[-] LowerCaseKeywordUnitTest.php
[edit]
[-] UpperCaseConstantUnitTest.inc.fixed
[edit]
[-] RequireStrictTypesUnitTest.8.inc
[edit]
[-] LowerCaseConstantUnitTest.php
[edit]
[-] DisallowShortOpenTagUnitTest.1.inc
[edit]
[-] LowerCaseConstantUnitTest.1.inc.fixed
[edit]
[-] DisallowAlternativePHPTagsUnitTest.3.inc
[edit]
[-] LowerCaseTypeUnitTest.inc
[edit]
[-] CharacterBeforePHPOpeningTagUnitTest.php
[edit]
[-] DeprecatedFunctionsUnitTest.php
[edit]
[-] LowerCaseConstantUnitTest.js.fixed
[edit]
[-] DisallowAlternativePHPTagsUnitTest.2.inc
[edit]
[-] DiscourageGotoUnitTest.inc
[edit]
[-] DisallowRequestSuperglobalUnitTest.php
[edit]
[-] DisallowShortOpenTagUnitTest.2.inc
[edit]
[-] RequireStrictTypesUnitTest.12.inc
[edit]
[-] RequireStrictTypesUnitTest.14.inc.fixed
[edit]
[-] LowerCaseConstantUnitTest.2.inc
[edit]
[-] UpperCaseConstantUnitTest.php
[edit]
[-] BacktickOperatorUnitTest.inc
[edit]
[-] CharacterBeforePHPOpeningTagUnitTest.3.inc
[edit]
[-] ForbiddenFunctionsUnitTest.inc
[edit]
[-] ClosingPHPTagUnitTest.php
[edit]
[-] LowerCaseKeywordUnitTest.inc
[edit]
[-] RequireStrictTypesUnitTest.15.inc
[edit]
[-] SyntaxUnitTest.php
[edit]
[-] DisallowShortOpenTagUnitTest.2.inc.fixed
[edit]
[-] SAPIUsageUnitTest.inc
[edit]
[-] RequireStrictTypesUnitTest.1.inc
[edit]
[-] SyntaxUnitTest.2.inc
[edit]
[-] BacktickOperatorUnitTest.php
[edit]
[-] DisallowShortOpenTagUnitTest.4.inc
[edit]
[-] RequireStrictTypesUnitTest.6.inc
[edit]
[-] RequireStrictTypesUnitTest.12.inc.fixed
[edit]
[-] RequireStrictTypesUnitTest.4.inc
[edit]
[-] DisallowShortOpenTagUnitTest.php
[edit]
[-] RequireStrictTypesUnitTest.9.inc
[edit]
[-] LowerCaseConstantUnitTest.1.inc
[edit]
[-] SyntaxUnitTest.1.inc
[edit]
[-] RequireStrictTypesUnitTest.10.inc
[edit]
[-] ClosingPHPTagUnitTest.2.inc
[edit]