003 File Manager
Current Path:
/usr/local/www/sites/shared/phpmyadmin/vendor/phpmyadmin/sql-parser
usr
/
local
/
www
/
sites
/
shared
/
phpmyadmin
/
vendor
/
phpmyadmin
/
sql-parser
/
📁
..
📁
.github
📄
.weblate
(84 B)
📄
CHANGELOG.md
(9.41 KB)
📄
CODE_OF_CONDUCT.md
(3.27 KB)
📄
CONTRIBUTING.md
(1.14 KB)
📄
LICENSE.txt
(17.67 KB)
📄
README.md
(3.77 KB)
📁
bin
📄
codecov.yml
(54 B)
📄
composer.json
(1.42 KB)
📁
locale
📄
phpcs.xml.dist
(953 B)
📄
phpunit.xml.dist
(1.63 KB)
📁
src
Editing: CONTRIBUTING.md
# Contributing to SQL Parser ## Reporting issues Our issue tracker is hosted at GitHub: https://github.com/phpmyadmin/sql-parser/issues Please search for existing issues before reporting new ones. ## Working with Git checkout The dependencies are managed by Composer, to get them all installed (or update on consequent runs) do: ``` composer update ``` ## Submitting patches Please submit your patches using GitHub pull requests, this allows us to review them and to run automated tests on the code. ## Coding standards We do follow PSR-1 and PSR-2 coding standards. You can use php-cs-fixer to fix the code to match our expectations: ``` php-cs-fixer fix . ``` ## Testsuite Our code comes with quite comprehensive testsuite, it is automatically executed on every commit and pull request, you can also run it locally: ``` ./vendor/bin/phpunit -c phpunit.xml ``` The testsuite relies on fixtures of parser states, in case you need to regenerate some of these there are helper scripts in tools directory: ``` # Remove file you want to regenerate rm tests/data/parser/parse.out # Run the generator in the tools directory cd tools ./run_generators.sh ```
Upload File
Create Folder