Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ajgarlag/ajglphpcodesnifferautoloadtest
https://github.com/ajgarlag/ajglphpcodesnifferautoloadtest
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ajgarlag/ajglphpcodesnifferautoloadtest
- Owner: ajgarlag
- Created: 2012-11-14T07:35:04.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-11-14T07:59:43.000Z (about 12 years ago)
- Last Synced: 2024-10-11T13:12:20.653Z (about 1 month ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Instructions
============master branch
-------------You can test it running:
```
curl -s https://getcomposer.org/installer | php && php composer.phar update --dev && vendor/bin/phing
```I detected the problem in a box without PEAR installed. In my every day box, I have PHP_CodeSniffer installed with PEAR, so it's on the include_path.
If you do not have php_codesniffer installed in your include path, you will get an error message like this:```
Execution of target "phpcs" failed for the following reason: /tmp/lala/build.xml:13:41: This task requires the PHP_CodeSniffer package installed and available on the include pathBUILD FAILED
/tmp/lala/build.xml:13:41: This task requires the PHP_CodeSniffer package installed and available on the include path
```composer branch
---------------You can test it running:
```
curl -s https://getcomposer.org/installer | php && php composer.phar update --dev && vendor/bin/phing
```Here you can see everything working.