Commit Graph

97 Commits

Author SHA1 Message Date
Jordi Boggiano
9ed3d0468e folded all curly brackets of control structures to conform to PEAR/ZF CS, part two 2010-05-09 09:15:22 +02:00
Jordi Boggiano
2684de0d8e Folded all curly brackets of control structures to conform to PEAR/ZF CS 2010-05-07 18:24:05 +02:00
Fabien Potencier
83c6d337e2 changed coding standards: indendation is now 4 spaces 2010-05-06 13:25:53 +02:00
Fabien Potencier
6328d514a3 renamed RequestHandler component to HttpKernel 2010-05-06 12:04:50 +02:00
Fabien Potencier
d41e33782a [WebBundle] added more tests to Mustache 2010-05-06 08:58:39 +02:00
Fabien Potencier
02858c4c3d [Finder] simplified LimitDepthFilterIterator 2010-05-04 13:05:18 +02:00
Fabien Potencier
aaeb48f744 [Finder] made the in() method fluent as others as Finder now implements the IteratorAggregate interface 2010-05-04 11:34:29 +02:00
Fabien Potencier
376ca78346 [Finder] replaced ChainIterator with PHP built-in AppendIterator 2010-05-04 11:07:25 +02:00
Fabien Potencier
284113e9b2 [RequestHandler] fixed typo 2010-05-03 12:19:08 +02:00
Fabien Potencier
606e44e491 [RequestHandler] added a bunch of HTTP cache related methods to the Response class 2010-05-03 11:47:01 +02:00
Fabien Potencier
c34da5d6c4 renamed RequestBag to ParameterBag, added HeaderBag, changed the Response to use the new HeaderBag, added a class to manage the Cache-Control header 2010-05-03 11:40:23 +02:00
pborreli
d9e4801a56 fixed framework name in tests 2010-04-26 14:09:21 +02:00
pborreli
7065957a30 replaced assertType by the new assertInstanceOf in unit tests 2010-04-26 14:07:38 +02:00
Fabien Potencier
f8e2c3b945 [BrowserKit] fixed test 2010-04-23 08:31:26 +02:00
Fabien Potencier
ab7adbff2b [BrowserKit] fixed cookie management 2010-04-22 07:22:44 +02:00
Fabien Potencier
20527a0a5b [BrowserKit] added a __toString() method to the Client to ease debugging 2010-04-21 13:28:59 +02:00
Fabien Potencier
1194520b83 [BrowserKit] added a way to automatically follow redirects 2010-04-21 13:17:50 +02:00
Fabien Potencier
fcda253a1b added full support for functional tests 2010-04-21 12:05:34 +02:00
Fabien Potencier
72fe9fa52f [Finder] added the component 2010-04-21 11:11:38 +02:00
Kris Wallsmith
c6f21e44a3 [WebBundle] Fixed issue in Mustache when a value is not provided for a token. 2010-04-21 07:52:33 +02:00
Katsuhiro OGAWA
9313e2607d [RequestHandler] Fixed missing variables in RequestBag 2010-04-21 07:50:19 +02:00
Fabien Potencier
25b1be725f [BrowserKit] fixed typo 2010-04-19 17:11:32 +02:00
Fabien Potencier
79b39157e2 [BrowserKit] added the component 2010-04-19 14:12:42 +02:00
Fabien Potencier
1c0a18d1b4 [DomCrawler] added Crawler::addContent() 2010-04-19 08:33:45 +02:00
Fabien Potencier
d6ee2b2513 [Console] fixed tests 2010-04-17 14:57:05 +02:00
Fabien Potencier
797327110b [DomCrawler] added the component 2010-04-15 14:41:42 +02:00
Fabien Potencier
13759a7fac [CssSelector] fixed XPathExpr::xpathliteral() 2010-04-15 11:53:23 +02:00
Sebastian Bergmann
264e5888f4 [DependencyInjection] changed some tests to use a data provider 2010-04-14 21:54:55 +02:00
Pascal Borreli
b9fe42238a modified tests to use better PHPUnit methods 2010-04-12 17:36:49 +02:00
Pascal Borreli
273b24e663 fixed typo 2010-04-12 17:23:34 +02:00
Pascal Borreli
7bb5cb4419 removing trailing whiteplaces 2010-04-12 17:23:15 +02:00
Pascal Borreli
8ffe328fe6 [Console] Full coverage of Command class 2010-04-09 07:43:35 +02:00
Fabien Potencier
d568437d23 changed Request storage for parameters coming from PHP global variables 2010-04-08 11:15:19 +02:00
Fabien Potencier
1683f46279 [DependencyInjection] reverted 2ac6faaa0b 2010-04-08 10:43:42 +02:00
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
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
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
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
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
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