- Mar 02, 2020
-
-
Fabrice Gangler authored
Refs: #31
-
Fabrice Gangler authored
Refs: #19
-
Fabrice Gangler authored
Some files auto-generated by Symfony don't respect PSR-12 (Coding Style) : - Line exceeds 120 characters - Expected at least 1 space before "."; 0 found - Expected at least 1 space after "."; 0 found Refs: #29
-
Fabrice Gangler authored
documentation: - https://phpqa.io/projects/php-compatibility.html - https://github.com/PHPCompatibility/PHPCompatibility install composer require --dev "phpcompatibility/php-compatibility" Usage: phpcs ./ -p --standard=PHPCompatibility --runtime-set testVersion 7.2- Refs: #28
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/phpcs.html https://github.com/squizlabs/PHP_CodeSniffer/wiki # install composer require --dev "squizlabs/php_codesniffer" # Show rules and coding standards vendor/bin/phpcs -i # list of installed coding standards vendor/bin/phpcs -e # list of rules used by .phpcs.xml config # Check files based on .phpcs.xml config vendor/bin/phpcs Refs: #27
-
- Feb 28, 2020
-
-
Fabrice Gangler authored
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
Refs: #26
-
- Feb 27, 2020
-
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
Refs: #26
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/security-checker.html https://github.com/sensiolabs/security-checker install: composer require --dev sensiolabs/security-checker Refs: #25
-
Fabrice Gangler authored
documentation: https://phpqa.io/projects/phpmd.html https://phpmd.org install: composer require --dev phpmd/phpmd Refs: #24
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/master/bundles/DoctrineFixturesBundle/ Installation: composer require --dev orm-fixtures Refs: #12
-
Fabrice Gangler authored
Added "clear your cache before running those tests" documentation: https://symfony.com/doc/current/testing/bootstrap.html Refs: #14
-
Fabrice Gangler authored
syntax checkers: json, xml, yaml and php install php lint composer require --dev jakub-onderka/php-parallel-lint Refs: #18
-
Fabrice Gangler authored
Documentation: https://github.com/phpro/grumphp Installation: composer require --dev phpro/grumphp Refs: #8
-
Fabrice Gangler authored
Documentation: https://editorconfig.org/ Refs: #17
-
Fabrice Gangler authored
Refs: #15
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/testing.html#your-first-functional-test https://symfony.com/doc/current/components/browser_kit.html https://symfony.com/doc/current/components/css_selector.html https://github.com/symfony/panther Installation: composer require --dev symfony/browser-kit composer require --dev symfony/css-selector composer require --dev panther Refs: #7
-
Fabrice Gangler authored
Documentation: https://github.com/fzaninotto/Faker Installation: composer require --dev fzaninotto/faker Refs: #6
-
composer.json schema https://getcomposer.org/doc/04-schema.md Refs: #5
-
Refs: #9
-
Fabrice Gangler authored
Documentation: https://symfony.com/doc/current/setup.html Installation: composer create-project symfony/website-skeleton Refs: #4
-
Refs: #2
-
Refs: #3
-
Fabrice Gangler authored
Refs: #1
-
Fabrice Gangler authored
Refs: #16
-
Define the line ending behavior of the different file extensions https://git-scm.com/docs/gitattributes https://github.com/alexkaratarakis/gitattributes/blob/master/Web.gitattributes Refs: #16
-
- Feb 26, 2020
-
-
Matthieu FAURE authored
-