Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Very simple integration tests to verify that command line works ok
As far as unit tests don't use the command line tools (phpcs, phpcbf) they can be passing ok while the tools have some other problem (say php X.Y compatibility or whatever). These tests just ensure that the command line tools are executed once, against a simple fixture file and results are the expected ones (we have used very simple shell exit codes checks, that's enough for now). Also note that, iby default, the php action comes with production php.ini settings, so error levels and output are not the best for CIs. Hence, let's enable them here. Reference: shivammathur/setup-php#450
- Loading branch information