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/Bundle
Fabien Potencier adb9aaf47d merged branch kriswallsmith/kernel/static-test-methods (PR #1291)
Commits
-------

5b0f1da [HttpKernel] made WebTestCase methods static

Discussion
----------

[HttpKernel] made WebTestCase methods static

This makes it possible to load fixture data in `::setUpBeforeClass()` which makes tests run much faster.

Also, `createClient()` is not protected instead of public; I'm not sure why it was public in the first place.
2011-06-16 16:33:42 +02:00
..
DoctrineAbstractBundle fixed CS 2011-06-08 12:12:55 +02:00
DoctrineBundle Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00
FrameworkBundle merged branch kriswallsmith/kernel/static-test-methods (PR #1291) 2011-06-16 16:33:42 +02:00
MonologBundle [MonologBundle] Changed the default bubbling behavior. Fixes #1268 2011-06-10 19:44:10 +02:00
SecurityBundle merged branch kriswallsmith/kernel/static-test-methods (PR #1291) 2011-06-16 16:33:42 +02:00
SwiftmailerBundle [Swiftmailer] allowed any service to be used as a transport (closes #1337) 2011-06-15 17:08:59 +02:00
TwigBundle merged branch stloyd/tests (PR #1318) 2011-06-16 15:21:15 +02:00
WebProfilerBundle Add missing "tearDown" functions, and some missing variable declaration (this saves for me almost 20MB when run all tests) 2011-06-16 15:06:36 +02:00