- 01 Apr, 2022 1 commit
-
-
Sergey Latyshkov authored
-
- 04 Jan, 2020 1 commit
-
-
Shaharia Azam authored
-
- 01 Jan, 2020 1 commit
-
-
Jan Rosier authored
-
- 20 Aug, 2019 1 commit
-
-
Alexander M. Turek authored
-
- 03 Aug, 2019 1 commit
-
-
Jérémy Derussé authored
-
- 01 Aug, 2019 1 commit
-
-
Jérémy Derussé authored
-
- 31 Jul, 2019 1 commit
-
-
Nicolas Grekas authored
-
- 16 Jan, 2019 1 commit
-
-
Fabien Potencier authored
-
- 01 Jan, 2019 1 commit
-
-
Christian Flothmann authored
-
- 11 Nov, 2018 2 commits
-
-
Nicolas Grekas authored
* 2.8: [Form] Hardened test suite for empty data Bump phpunit XSD version to 5.2 Add required key attribute
-
Grégoire Paris authored
Some attributes being used in the phpunit configuration files, namely failOnRisky and failOnWarning were introduced in phpunit 5.2.0. The Composer configuration shows that tests should run with old versions of phpunit, but phpunit only validates the configuration against the XSD since phpunit 7.2.0. These changes can be tested as follows: wget http://schema.phpunit.de/5.2/phpunit.xsd xargs xmllint --schema phpunit.xsd 1>/dev/null find src -name phpunit.xml.dist| xargs xmllint --schema phpunit.xsd 1>/dev/null See https://github.com/sebastianbergmann/phpunit/commit/7e06a82806be004cbfd30a02d92162e9ed4abc7c See https://github.com/symfony/symfony/blob/46e3745a03e199e64cc0fcf3284a96b5a25dcee9/composer.json#L98
-
- 31 Oct, 2018 1 commit
-
-
Nicolas Grekas authored
* 2.8: Fixed typo Fix ini_get() for boolean values
-
- 30 Oct, 2018 1 commit
-
-
François-Xavier de Guillebon authored
-
- 02 Oct, 2018 2 commits
-
-
Nicolas Grekas authored
* 2.8: [php_cs] disable fopen_flags [CS] Remove unused variables passed to closures [CS] Remove empty comment [CS] Enforces null type hint on last position in phpDocs [CS] Use combined assignment operators when possible Fix a typo in error messages [Console] Add missing null to input values allowed types [PHPUnitBridge] Fix microtime() format bumped Symfony version to 2.8.47 update CONTRIBUTORS for 2.8.46 updated VERSION for 2.8.46 updated CHANGELOG for 2.8.46
-
Gabriel Caruso authored
-
- 26 Jul, 2018 4 commits
-
-
Nicolas Grekas authored
* 2.8: Enable native_constant_invocation CS fixer
-
Nicolas Grekas authored
-
Nicolas Grekas authored
This PR was merged into the 3.4 branch. Discussion ---------- Use an empty string as default for assertEquals Make sure it isn’t interpreted as a type NULL, making the test fail with PHPUnit 7.2. | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | License | MIT This shouldn’t break the existing tests, but will also make them work with recent PHPUnit. Commits ------- 31353147a3 Use an empty string as default for assertEquals
-
Nicolas Grekas authored
* 2.8: Fix Clidumper tests Enable the fixer enforcing fully-qualified calls for compiler-optimized functions Apply fixers Disable the native_constant_invocation fixer until it can be scoped Update the list of excluded files for the CS fixer
-
- 24 Jul, 2018 1 commit
-
-
Christophe Coevoet authored
-
- 22 Jul, 2018 1 commit
-
-
David Prévot authored
Make sure it isn’t interpreted as a type NULL, making the test fail with PHPUnit 7.2.
-
- 03 Jan, 2018 4 commits
-
-
Fabien Potencier authored
* 3.3: fixed years in copyright
-
Fabien Potencier authored
* 2.8: fixed years in copyright
-
Fabien Potencier authored
* 2.7: fixed years in copyright
-
Fabien Potencier authored
-
- 02 Jan, 2018 3 commits
-
-
Nicolas Grekas authored
* 3.3: Clean up Update return type in docblock. PHP CS Fixer: no need to exclude xml and yml files PHP CS Fixer: no need to exclude json file Update LICENSE year... forever
-
Nicolas Grekas authored
* 2.8: Clean up Update return type in docblock. PHP CS Fixer: no need to exclude xml and yml files Update LICENSE year... forever
-
Nicolas Grekas authored
* 2.7: Clean up Update return type in docblock. PHP CS Fixer: no need to exclude xml and yml files Update LICENSE year... forever
-
- 31 Dec, 2017 5 commits
-
-
Kévin Dunglas authored
-
Fabien Potencier authored
* 3.3: fixed some deprecation messages fixed some deprecation messages fixed some deprecation messages fixed some deprecation messages [2.7][DX] Use constant message contextualisation for deprecations
-
Fabien Potencier authored
-
Fabien Potencier authored
* 2.7: fixed some deprecation messages
-
Fabien Potencier authored
-
- 05 Nov, 2017 3 commits
-
-
Nicolas Grekas authored
* 3.3: [Serializer] Fix extra attributes when no group specified [Intl] Make intl-data tests pass and save language aliases again [Console] Fix CommandTester::setInputs() docblock [Serializer] readd default argument value [VarDumper] fix trailling comma when dumping an exception Remove useless docblocks [FrameworkBundle] Fix docblocks [PropertyInfo] Remove useless docblocks
-
Nicolas Grekas authored
* 2.8: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks [PropertyInfo] Remove useless docblocks
-
Nicolas Grekas authored
* 2.7: [Intl] Make intl-data tests pass and save language aliases again Remove useless docblocks
-
- 29 Oct, 2017 1 commit
-
-
Nicolas Grekas authored
-
- 24 Oct, 2017 3 commits
-
-
Nicolas Grekas authored
* 3.3: [DI] minor docblock fixes
-
Nicolas Grekas authored
* 2.8: [DI] minor docblock fixes
-
Nicolas Grekas authored
* 2.7: [DI] minor docblock fixes
-