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/Components
Fabien Potencier 14cecd5231 [Routing] refactored loaders
* refactored the import mechanism for better flexibility
 * added two methods to LoaderInterface: supports() and setResolver()
 * added a LoaderResolver interface
 * added a Loader base class
 * added new loaders: DelegatingLoader, ClosureLoader, and PhpFileLoader
 * changed the Router constructor signature (now takes a Loader)
2010-07-20 13:11:50 +02:00
..
BrowserKit fixed typos 2010-06-28 08:31:22 +02:00
Console [Console] changed CommandTester to allow testing Command classes without the need for an Application 2010-07-20 13:11:49 +02:00
CssSelector Folded all curly brackets of control structures to conform to PEAR/ZF CS 2010-05-07 18:24:05 +02:00
DependencyInjection moved DI extensions classes to their own sub-namespace 2010-07-16 11:12:49 +02:00
DomCrawler [DomCrawler] Fixed Form::getUri() and Link::getUri() issue if the form action attribute is an absolute url 2010-07-07 15:35:55 +02:00
EventDispatcher Folded all curly brackets of control structures to conform to PEAR/ZF CS 2010-05-07 18:24:05 +02:00
File removed the inclusion of bootstrap.php as this is not needed 2010-06-27 18:41:01 +02:00
Finder [Finder] fixed exclude iterator (now only match with the relative path) 2010-07-12 15:04:06 +02:00
Form [Form] Fields with the name '0' are now possible 2010-07-04 17:03:03 +02:00
HttpFoundation moved Request/Response/User classes to a new HttpFoundation component 2010-07-09 09:26:22 +02:00
HttpKernel moved Request/Response/User classes to a new HttpFoundation component 2010-07-09 09:26:22 +02:00
OutputEscaper [OutputEscaper] Added magic __isset() method to object escaper. 2010-07-09 06:35:20 -07:00
Routing [Routing] refactored loaders 2010-07-20 13:11:50 +02:00
Templating reorganized unit tests 2010-06-28 09:31:54 +02:00
Validator [Validator] fixed a typo 2010-07-04 18:43:33 +02:00
Yaml [Yaml] added support for the end of document marker 2010-06-29 17:51:05 +02:00