Revision #3 has been created by putera on Oct 21, 2011, 4:25:40 AM with the memo:
it's a tutorial
« previous (#2)
Changes
Title
unchanged
Functional Testing in Yii using Goutte and PHPUnit
Category
changed
How-toTutorials
Yii version
unchanged
Tags
unchanged
functional test, goutte, phpunit, selenium
Content
unchanged
[...]
* [Full source code](https://gist.github.com/1302973) of this tutorial
* [Goutte](https://github.com/fabpot/Goutte)
* Symfony guide to [Testing](http://symfony.com/doc/current/book/testing.html) using BrowserKit, CssSelector and DomCrawler.
* API Documentation of [BrowserKit/Client](http://api.symfony.com/2.0/Symfony/Component/BrowserKit/Client.html)
* API Documentation of [DomCrawler/Crawler](http://api.symfony.com/2.0/Symfony/Component/DomCrawler/Crawler.html)