REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.37 KB
Close
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/PSR2/Tests/Classes/ClassDeclarationUnitTest.php
Text
Base64
<?php /** * Unit test class for the ClassDeclaration sniff. * * @author Greg Sherwood <gsherwood@squiz.net> * @copyright 2006-2015 Squiz Pty Ltd (ABN 77 084 670 600) * @license https://github.com/PHPCSStandards/PHP_CodeSniffer/blob/HEAD/licence.txt BSD Licence */ namespace PHP_CodeSniffer\Standards\PSR2\Tests\Classes; use PHP_CodeSniffer\Tests\Standards\AbstractSniffUnitTest; /** * Unit test class for the ClassDeclaration sniff. * * @covers \PHP_CodeSniffer\Standards\PSR2\Sniffs\Classes\ClassDeclarationSniff */ final class ClassDeclarationUnitTest 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. * * @return array<int, int> */ public function getErrorList() { return [ 2 => 1, 7 => 3, 12 => 1, 13 => 1, 17 => 1, 19 => 2, 20 => 1, 21 => 1, 22 => 1, 25 => 1, 27 => 2, 34 => 1, 35 => 2, 44 => 1, 45 => 1, 63 => 1, 95 => 1, 116 => 1, 118 => 1, 119 => 1, 124 => 1, 130 => 2, 131 => 1, 158 => 1, 168 => 1, 178 => 1, 179 => 1, 184 => 1, 189 => 1, 194 => 1, 204 => 1, 205 => 1, 210 => 1, 215 => 2, 216 => 1, 231 => 2, 235 => 1, 244 => 1, 248 => 1, 258 => 1, 263 => 1, 268 => 1, 273 => 1, 276 => 1, 282 => 1, 310 => 1, 316 => 1, 324 => 1, 344 => 1, ]; }//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
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 6
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
ClassDeclarationUnitTest.inc
5.11 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClassDeclarationUnitTest.inc.fixed
5.11 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ClassDeclarationUnitTest.php
2.37 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyDeclarationUnitTest.inc
2.82 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyDeclarationUnitTest.inc.fixed
2.79 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
PropertyDeclarationUnitTest.php
2.47 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).