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 62e3053769 refactored previous commit, fixed tests
How to upgrade?

For XML configuration files:

 * All extensions should now use the config tag (this is just a convention as
   the YAML configurations files do not use it anymore):

 * The previous change means that the doctrine and security bundles now are
   wrapped under a main "config" tag:

        <doctrine:config>
            <doctrine:orm />
            <doctrine:dbal />
        </doctrine:config>

        <security:config>
            <security:acl />
            ...
        </security:config>

For YAML configuration files:

 * The main keys have been renamed as follows:

        * assetic:config -> assetic
        * app:config -> framework
        * webprofiler:config -> web_profiler
        * doctrine_odm.mongodb -> doctrine_mongo_db
        * doctrine:orm -> doctrine: { orm: ... }
        * doctrine:dbal -> doctrine: { dbal: ... }
        * security:config -> security
        * security:acl -> security: { acl: ... }
        * twig.config -> twig
        * zend.config -> zend
2011-02-15 22:22:28 +01:00
..
BrowserKit [BrowserKit] fix Response::__toString() method to take care of multiple headers, for example when setting more than one cookie. 2011-02-12 21:52:33 +01:00
ClassLoader moved ClassLoaderCollection class to the ClassLoader component 2011-01-27 14:11:54 +01:00
Config [Config] Improve the component 2011-02-14 22:05:56 +01:00
Console [Console] fixed new ArgvInput method 2011-02-12 21:51:34 +01:00
CssSelector Fixed visibility of PHPUnit setUp and tearDown methods. 2010-12-06 15:52:23 +01:00
DependencyInjection refactored previous commit, fixed tests 2011-02-15 22:22:28 +01:00
DomCrawler Add support for base tag for Link and Form, Fixes #9422 2011-01-14 17:26:24 +01:00
EventDispatcher changed the EventDispatcher and Event interfaces 2011-01-26 08:41:59 +01:00
Finder normalized license messages in PHP files 2011-01-18 08:07:46 +01:00
Form [Form] Fixed reference handling in forms. Sometimes data wasn't written into the domain object, resulting in failed validation. 2011-02-15 21:39:32 +01:00
HttpFoundation [HttpFoundation] removed unknown constructor arg from tests 2011-02-15 21:51:21 +01:00
HttpKernel renamed SQLiteProfilerStorage to SqliteProfilerStorage 2011-02-15 21:57:09 +01:00
Routing moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
Security [Security] Add providerKey to PreAuthenticatedToken tokens constructed by PreAuthenticatedAuthenticationProvider 2011-02-15 21:55:24 +01:00
Serializer [Serializer] added the ability to add attributes to nodes using an array key begining with @ 2011-02-14 22:20:03 +01:00
Templating [Templating] Refactor the component 2011-02-14 21:11:44 +01:00
Translation moved common configuration classes to a new Config component 2011-02-13 22:31:50 +01:00
Validator [Validator] Fixed: Collections annotated with @Valid may contain scalar values. These values are ignored by the GraphWalker 2011-02-03 13:21:37 +01:00
Yaml normalized license messages in PHP files 2011-01-18 08:07:46 +01:00