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/tests/Symfony/Tests/Component
Fabien Potencier 398c86d063 merged branch vicb/httpkernel/fix-test (PR #1330)
Commits
-------

5069fe2 [HttpKernel] Fix randomly failing tests

Discussion
----------

[HttpKernel] Fix randomly failing tests

Response time comparison causes tests to fail randomly.

```

1) Symfony\Tests\Component\HttpKernel\HttpKernelTest::testHandleWhenNoControllerIsAStaticArray
Failed asserting that two objects are equal.
--- Expected
+++ Actual
@@ @@
                         (
-                            [0] => Tue, 14 Jun 2011 19:56:20 GMT
+                            [0] => Tue, 14 Jun 2011 19:56:21 GMT
                         )
```

---------------------------------------------------------------------------

by stloyd at 2011/06/14 15:37:11 -0700

+1 this sometimes occurs when running all tests.
2011-06-15 07:57:02 +02:00
..
BrowserKit fixed CS 2011-06-08 19:56:59 +02:00
ClassLoader fixed CS 2011-06-08 19:56:59 +02:00
Config fixed CS 2011-06-08 19:56:59 +02:00
Console fixed CS 2011-06-08 19:56:59 +02:00
CssSelector [CssSelector] renamed Parser::cssToXPath() to CssSelector::toXPath() 2011-06-15 07:55:23 +02:00
DependencyInjection [Tests] Fixed typos 2011-06-12 20:52:53 +00:00
DomCrawler [DomCrawler] Uppercase http methods 2011-05-25 15:45:23 +02:00
EventDispatcher [EventDispatcher] added a way to set the priority for event subscribers 2011-06-14 14:40:27 +02:00
Finder [Finder] added a convenience method Finder::create() 2011-06-14 14:18:24 +02:00
Form [Form] made it possible to translate the empty value of Choice fields 2011-06-14 08:33:48 +02:00
HttpFoundation [Tests] Fixed typos 2011-06-12 20:52:53 +00:00
HttpKernel [HttpKernel] Fix randomly failing tests 2011-06-14 22:30:49 +02:00
Locale fixed CS 2011-06-08 19:56:59 +02:00
Process fixed CS 2011-06-08 19:56:59 +02:00
Routing [Tests] Fixed typos 2011-06-12 20:52:53 +00:00
Security [Tests] Fixed typos 2011-06-12 20:52:53 +00:00
Serializer fix tests 2011-06-10 01:11:51 +02:00
Templating fixed CS 2011-06-08 19:56:59 +02:00
Translation fixed CS 2011-06-08 19:56:59 +02:00
Validator [Validator] Allow DateTime objects as valid Times 2011-06-09 15:47:51 +02:00
Yaml [Yaml] moved exceptions to their own sub-namespace (added a specific exception for the dump) 2011-06-14 16:25:26 +02:00