Commit Graph

47066 Commits

Author SHA1 Message Date
Fabien Potencier
9f8ef8a575 fixed tests 2010-04-07 09:16:56 +02:00
Pascal Borreli
f2d75ed279 Fixed trailing whitespaces 2010-04-07 07:07:14 +02:00
Pascal Borreli
c1e357d200 Fixed @package and @subpackage phpdoc tags 2010-04-07 07:06:21 +02:00
Fabien Potencier
1b9fee18d4 [CssSelector] removed the use of lower-case() in XPath as it is not supported by PHP 2010-04-06 18:11:22 +02:00
Fabien Potencier
233a25595f [RequestHandler] fixed phpdoc 2010-04-06 17:48:47 +02:00
Fabien Potencier
85e5496d9d [RequestHandler] added Request::createFromUri() 2010-04-06 17:44:52 +02:00
Fabien Potencier
1816b8543e [DependencyInjection] fixed phpdoc 2010-04-06 16:31:51 +02:00
pborreli
7c628a98d2 fixed spelling typo 2010-04-06 16:31:08 +02:00
Fabien Potencier
bc29f81e8e [DependencyInjection] changed exception class in __call() 2010-04-06 16:18:25 +02:00
Fabien Potencier
b6d00a4e87 [RequestHandler] added files and cookies support to Request 2010-04-06 10:21:02 +02:00
Fabien Potencier
229b0cea31 [RequestHandler] fixed warning when baseUrl is empty 2010-04-06 10:00:46 +02:00
Pascal Borreli
12690a8e92 fixed @throws phpdoc tag 2010-04-05 11:48:31 +02:00
Pascal Borreli
dd7817ae62 [RequestHandler] fixed assertion in getFormat when format is associated with only one mime-type + phpunit tests 2010-04-05 11:47:10 +02:00
Pascal Borreli
8b1c1db860 [RequestHandler] fixed coding standards: the use of function is_null() is forbidden 2010-04-05 11:45:38 +02:00
Pascal Borreli
45a0d739b9 [CssSelector] fixed coding standards: removed useless else statements 2010-04-05 11:45:13 +02:00
Pascal Borreli
5d99cba7ab [CssSelector] fixed coding standards: removed perl comment style 2010-04-05 11:44:17 +02:00
Pascal Borreli
cb8fb71a73 [OutputEscaper] fixed coding standard: removed useless else statements 2010-04-05 11:44:01 +02:00
Pascal Borreli
33fb7a5ac2 [OutputEscaper] fixed coding standards: opening brace should be on a new line 2010-04-05 11:43:54 +02:00
Daniel Cestari
53cf10aba9 [WebBundle] updated application's skeleton routing.yml 2010-04-05 11:40:57 +02:00
Daniel Cestari
3bd87ed38b [Foundation] updated link to the PHP 5.3's final proposal for autoloader interoperability 2010-04-05 11:40:34 +02:00
Fabien Potencier
95bb9d80d7 [WebBundle] fixed Symfony version in the text exception message 2010-04-02 17:21:45 +02:00
Fabien Potencier
77f56a61f6 [Foundation] made the Kernel serializable (to avoid weird error messages when used with PHPUnit) 2010-04-02 16:47:59 +02:00
Fabien Potencier
5b941f58cb [CssSelector] refactored some tests to use @dataProvider 2010-04-01 15:19:48 +02:00
Fabien Potencier
14ea0dacae [CssSelector] added the component 2010-03-31 18:26:38 +02:00
Fabien Potencier
3628287f15 [DependencyInjection] fixed a test 2010-03-29 14:32:58 +02:00
Fabien Potencier
dc1e55b81e simplified phpunit.xml and made it more generic (PHPUnit 3.5 is now required) 2010-03-29 13:14:45 +02:00
Fabien Potencier
dc1bc88279 [Yaml] fixed YAML parser when mbstring.func_overload is used with an mbstring.internal_encoding different from ASCII 2010-03-29 12:40:22 +02:00
Bongiraud Dominique
4bd865de67 [Routing]fix bug 2010-03-28 19:03:00 +02:00
Bongiraud Dominique
8b45fcc7de [DependencyInjection]fix bug 2010-03-28 19:02:36 +02:00
Fabien Potencier
bfef03a1cb [Routing] fixed a warning when using a sub-class of UrlGenerator 2010-03-26 16:18:26 +01:00
Fabien Potencier
fc2f508c15 simplified unit tests 2010-03-25 14:56:29 +01:00
Fabien Potencier
c69410ccde [DependencyInjection] fixed Container::getService() when the service is empty (closes #8456) 2010-03-25 14:04:48 +01:00
Fabien Potencier
ba59b1788b [RequestHandler] fixed coverage annotations in tests 2010-03-25 13:26:16 +01:00
Fabien Potencier
9606402b6f [RequestHandler] changed the Request constructor signature to be more explicit 2010-03-25 08:55:50 +01:00
Fabien Potencier
16fa12ffb3 fixed unit tests boostrap script 2010-03-25 08:20:30 +01:00
Fabien Potencier
c295db682d [Foundation] removed the old class loader 2010-03-24 15:03:58 +01:00
Fabien Potencier
bc9bbd8436 [Yaml] added support for compact inline notation with immediate sub mapping 2010-03-24 15:02:49 +01:00
Fabien Potencier
a248fc133b [Yaml] reverted previous commit 2010-03-24 12:10:26 +01:00
Fabien Potencier
2dc36191d1 fixed assertEquals() calls arguments order
The conversion has been done automatically with the following command:

    perl -p -i -e 's#this\->assertEquals\((.+?), (.+?)(, '\''(\-|\:|_)|\);)#this->assertEquals($2, $1$3#g' tests/Symfony/Tests/*/*.php tests/Symfony/Tests/*/*/*.php tests/Symfony/Tests/*/*/*.php

... and with some manual tweaking after that
2010-03-19 15:04:37 +01:00
Fabien Potencier
39aa067c21 tweaked phpunit.xml 2010-03-18 20:55:41 +01:00
Fabien Potencier
9d604fe110 added coverage configuration in phpunit.xml 2010-03-18 17:03:29 +01:00
Fabien Potencier
c46b6126f0 added a global phpunit.xml file 2010-03-18 16:47:20 +01:00
Fabien Potencier
549dbc6961 [DependencyInjection] fixed a unit test 2010-03-18 16:33:24 +01:00
Fabien Potencier
d4f724ab4e finished the conversions of unit tests to PHPUnit 2010-03-18 15:26:21 +01:00
Fabien Potencier
13edcf64e2 converted unit tests from lime to PHPUnit for the following components: Console, DependencyInjection, EventDispatcher, OutputEscaper, and Yaml 2010-03-18 08:48:03 +01:00
Fabien Potencier
7f0ace8521 [WebBundle] changed the helper configuration to match the latest version of the Templating component 2010-03-13 14:43:06 +01:00
Fabien Potencier
bf08289e18 [Templating] remove Engine as a dependency for the Helper objects 2010-03-13 14:42:33 +01:00
Fabien Potencier
bce240badd [Templating] added missing use statement 2010-03-13 14:29:56 +01:00
Fabien Potencier
f439e1357b [Console] fixed fixtures 2010-03-12 21:03:34 +01:00
Fabien Potencier
7d19d8e375 [Yaml] fixed parsing of folded scalars when a # sign starts a line 2010-03-12 15:57:19 +01:00