This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
mmokhi 6a8ab6cb73 Call AssertEquals with proper parameters
Since `$response->getContent()` returns string and our first parameter is already string as well, in some cases (with different precisions) it may "compare strings" as "strings" and this is not what the test wants.
By changing the first parameter to actual number we force `AssertEquals` to compare them numerically rather than literally by string content.
2019-09-18 13:43:43 +02:00
..
Asset Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
BrowserKit Remove Google references when not needed 2019-09-10 12:13:59 +02:00
Cache [Cache] fix return type declarations 2019-08-26 09:52:58 +02:00
ClassLoader Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Config [Config] fix return type declarations 2019-08-26 09:52:57 +02:00
Console [Console] Get dimensions from stty on windows if possible 2019-09-13 13:40:57 +01:00
CssSelector Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Debug Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
DependencyInjection bug #33335 [DependencyInjection] Fixed the getServiceIds implementation to always return aliases (pdommelen) 2019-08-26 18:07:57 +02:00
DomCrawler minor #33289 [DomCrawler] Fix FileFormField PHPDoc (dunglas) 2019-08-30 19:42:32 +02:00
Dotenv Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
EventDispatcher Fix mocks for ImmutableEventDispatcher. 2019-08-23 10:05:57 +02:00
ExpressionLanguage SCA: dropped unused mocks, duplicate import and a function alias usage 2019-08-07 09:23:44 +02:00
Filesystem Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
Finder [Finder] Prevent unintentional file locks in Windows 2019-09-01 23:32:23 +02:00
Form Remove Google references when not needed 2019-09-10 12:13:59 +02:00
HttpFoundation Call AssertEquals with proper parameters 2019-09-18 13:43:43 +02:00
HttpKernel Remove Google references when not needed 2019-09-10 12:13:59 +02:00
Inflector [Inflector] Add .gitignore file 2019-09-17 10:36:34 +02:00
Intl SCA: minor code tweaks 2019-09-08 19:26:24 +02:00
Ldap Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Lock Cleanup tests 2019-09-02 16:34:19 +02:00
OptionsResolver Remove use of ForwardCompatTrait 2019-08-03 23:15:25 +02:00
Process [Process] fix return type declarations 2019-08-26 09:52:58 +02:00
PropertyAccess [Form] fix return type declarations 2019-08-26 09:52:58 +02:00
PropertyInfo Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
Routing [Routing] Fix return type declarations 2019-08-26 09:50:50 +02:00
Security [Security] Removed unused argument in Test 2019-09-15 19:41:45 +02:00
Serializer Cleanup tests 2019-09-02 16:34:19 +02:00
Stopwatch Fix remaining tests 2019-08-06 15:24:37 +02:00
Templating [Templating] fix return type declarations 2019-08-26 09:52:58 +02:00
Translation [Translation] fix return type declarations 2019-08-26 09:52:58 +02:00
Validator Remove Google references when not needed 2019-09-10 12:13:59 +02:00
VarDumper Remove Google references when not needed 2019-09-10 12:13:59 +02:00
WebLink Remove use of ForwardCompatTrait 2019-08-03 23:15:25 +02:00
Workflow Add gitignore file for Symfony 3.4 2019-09-17 11:52:54 +02:00
Yaml don't dump a scalar tag value on its own line 2019-09-10 12:38:46 +02:00