|
55 | 55 | "test-all": [ |
56 | 56 | "@cs-test-file", |
57 | 57 | "@cs-tests", |
58 | | - "@test" |
| 58 | + "@test-phpcs4" |
59 | 59 | ], |
60 | 60 | "list-tokens": "@php ./vendor/bin/phpcs --standard=PHPCSDebug ./test_utils/TestFile.php", |
61 | 61 | "check-completeness": "@php ./vendor/bin/phpcs-check-feature-completeness ./yCodeTech", |
|
65 | 65 | "lint": "Run PHP Parallel Lint to check for syntax errors in PHP files.", |
66 | 66 | "cs": "Run PHPCS to check for coding standards violations.", |
67 | 67 | "cbf": "Run PHPCBF to fix coding standards violations.", |
68 | | - "test": "Run PHPUnit tests without code coverage.", |
| 68 | + "test-phpcs4": "PHPCS 4.x: Run PHPUnit tests without code coverage.", |
| 69 | + "test-phpcs3": "PHPCS 3.x: Run PHPUnit tests without code coverage.", |
69 | 70 | "cs-test-file": "Run PHPCS on the test file.", |
70 | 71 | "fix-test-file": "Run PHPCBF on the test file.", |
71 | 72 | "restore-test-file": "Restore the test file to its original state.", |
72 | 73 | "cs-tests": "Run PHPCS on all sniff unit tests.", |
73 | | - "test-all": "Run @cs-test-file, @cs-tests, and @test in sequence.", |
| 74 | + "test-all": "Run @cs-test-file, @cs-tests, and @test-phpcs4 in sequence.", |
74 | 75 | "list-tokens": "List all tokens used in the test file.", |
75 | 76 | "check-completeness": "Check the completeness of the PHPCS standard.", |
76 | 77 | "generate-docs": "Generate markdown documentation for the PHPCS standard." |
|
0 commit comments