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/HttpKernel
Andrej Hudec 747429341e memcache profiler storage support added
fix CS

fix CS + remove unneeded else

add documentation, change protected methods as private

rename var

throw exception for invalid name, index fix

memcache profiler storage support added, fix CS and minor bugs

fix CS

removed unneeded else

- memcached support added
- improved performance (serialization, index)

updated code to last version of Profiler
2012-01-10 00:33:54 +01:00
..
Bundle fixed CS 2011-06-08 19:56:59 +02:00
CacheClearer Coding standards and removing whitespace. 2011-12-24 15:50:47 +05:45
CacheWarmer removed unused use statements 2011-10-29 11:56:30 +02:00
Controller [HttpKernel] added unit tests for previous merge 2011-11-24 08:39:49 +01:00
DataCollector removed unused use statements 2011-11-24 07:16:14 +01:00
Debug [HttpKernel] fixed some unit tests that can fail 2011-12-22 08:06:15 +01:00
DependencyInjection [HttpKernel] added BundleInterface::getContainerExtension() which is implicitly loaded 2011-04-25 21:12:35 -07:00
EventListener [HttpKernel] added request and response as arguments to the TerminableInterface::terminate() method 2011-12-15 18:16:29 +01:00
Exception [HttpKernel] fixed recursion when flattenning an exception stack trace 2011-07-07 10:59:18 +02:00
Fixtures removed empty lines/trailing spaces 2011-04-15 21:12:02 +02:00
HttpCache [HttpKernel] added a unit test for previous merge 2011-12-26 22:32:11 +01:00
Profiler memcache profiler storage support added 2012-01-10 00:33:54 +01:00
ClientTest.php [HttpKernel][Client] Only simple (name=value without any other params) cookies can be stored in same line, so lets add every as standalone to be compliant with rfc6265 2011-12-15 11:35:58 +01:00
HttpKernelTest.php [HttpKernel] added request and response as arguments to the TerminableInterface::terminate() method 2011-12-15 18:16:29 +01:00
KernelTest.php [HttpKernel] added request and response as arguments to the TerminableInterface::terminate() method 2011-12-15 18:16:29 +01:00
Logger.php [HttpKernel] Added the context in the LoggerInterface 2011-06-17 12:26:12 +02:00
TestHttpKernel.php [HttpKernel] Simplify test code 2011-08-18 09:32:26 +02:00