Commit Graph

30 Commits

Author SHA1 Message Date
Nicolas Grekas 171208627d Always enable clock-mock for HttpFoundation 2015-11-25 19:15:39 +01:00
Nicolas Grekas d4880c4785 Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
Nicolas Grekas d1d0e041c2 [ci] SymfonyTestsListener is now auto-registered 2015-10-11 11:37:49 +02:00
Nicolas Grekas 4032c88a21 [ci] Enable collecting and replaying skipped tests 2015-10-10 10:46:02 +02:00
Nicolas Grekas 8b02796e9e [2.3] require-dev PHPUnit bridge 2015-02-24 11:24:26 +01:00
Bernhard Schussek be819c162f [Intl] Integrated ICU data into Intl component 2014-09-26 16:16:55 +02:00
Christian Raue afc4930900 removed defaults from PHPUnit configuration 2014-07-07 12:13:42 +02:00
Christian Raue 84b5581521 added XSD to PHPUnit configuration 2014-07-07 11:57:21 +02:00
Pascal Borreli d3d8ff4ff0 [travis-ci] Zend Garbage Collection only for PHP5.4 2012-11-19 15:21:43 +01:00
Martin Hasoň fc1e844bed [Locale] Fixed tests 2012-09-24 10:11:13 +02:00
Martin Hasoň ae714f6a79 Set init.default_locale to 'en' in phpunit.xml.dist 2012-05-11 09:33:42 +02:00
Andrej Hudec 1f6c8d5c7e [HttpKernel] Added mock objects for Memcache(d) and Redis 2012-04-29 01:33:14 +02:00
Fabien Potencier ee0be6c408 tweaked previous merge 2012-04-18 11:17:58 +02:00
Dariusz Górecki aa055dfd98 [Composer] Stwitch to composer vendors management
Bug fix: no
Feature addition: yes
Backwards compatibility break: ?
Symfony2 tests pass: yes
Fixes the following tickets: -
Todo: -

This speeds up Travis CI builds to `~2 min` also makes vendor management
a lot easier.
2012-04-08 21:11:03 +02:00
Fabien Potencier fea6b79acd moved component and bridge unit tests to the src/ directory
This is the first step to make each Symfony Component and Bridge self-contained.
2012-03-29 08:37:22 +02:00
Jordi Boggiano d95d63d24d Ignore destructive memcached tests by default 2012-02-24 13:37:42 +01:00
Kris Wallsmith 2d1d2ba893 [Security] cleaned up opt-in to benchmark test 2011-03-06 20:06:13 +01:00
Xavier Perez 751043456c Fixed code coverage generation when resources folder are deeper 2011-03-05 12:59:36 +01:00
Matthew Lewinski d7472d09ac Don't generate code coverage for test code. 2011-02-20 21:12:56 -06:00
Fabien Potencier b44d044b0a [HttpKernel] removed the bootstrap files as they do not belong to the component
As these files are just about optimizing the performance,
they are now part of the sandbox and the upcoming standard
Symfony distribution.

It should also make your IDE happier!
2011-02-19 17:17:38 +01:00
Fabien Potencier bfe701a2da fixed code coverage 2011-02-05 21:36:20 +01:00
Fabien Potencier 2889e91c27 [DoctrineMongoDBBundle] fixed unit tests 2011-02-01 13:35:39 +01:00
Fabien Potencier 6eca31ce8f excluded all Resources dirs from PHPUnit code coverage 2011-01-22 18:25:03 +01:00
Fabien Potencier 285e09fe0e switched colors to on by default in phpunit.xml 2011-01-13 09:15:06 +01:00
Fabien Potencier 0b98a2861e fixed PHPUnit configuration 2010-09-24 16:45:17 +02:00
Fabien Potencier c57cae7600 fixed test configuration and broken tests 2010-07-18 12:16:59 +02:00
Fabien Potencier 6ec9b9966e fixed coding standards for XML and YAML files 2010-06-11 10:06:44 +02:00
Fabien Potencier a79ad894f9 added a way to run tests that depends on external libraries 2010-06-07 09:24:09 +02:00
Fabien Potencier efb5801ac1 fixed phpunit.xml.dist (exclude bundles that rely on third party libraries) 2010-05-21 12:49:13 +02:00
Sebastian Bergmann 75d8337542 renamed phpunit.xml to phpunit.xml.dist 2010-04-14 21:53:27 +02:00