-
-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
RegisterExternalStandardsTest: simplify check whether PHPCS can run w…
…ith the standard To check whether PHPCS can run with the standard, previously, a scan on a simple file was done, with this file being created on the fly for each test. This commit replaces that check with running the "explain" command. Advantages: * The "explain" command does not need a file to scan and can still confirm that the standard can be read correctly by PHPCS. * The output for the "explain" command has fewer differences across PHPCS versions, so is simpler to verify.
- Loading branch information
Showing
1 changed file
with
12 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters