Fix Typos

This commit is contained in:
Romain Neutron
2012-04-28 13:40:37 +02:00
parent 6911718c46
commit 005937fdc3
9 changed files with 335 additions and 302 deletions

View File

@@ -19,7 +19,7 @@ class Feed_XML_RSS_ImageTest extends PhraseanetPHPUnitAbstract
public function setUp()
{
parent::setUp();
$this->this->link = 'http://www.example.org';
$this->link = 'http://www.example.org';
$this->title = 'Un beau titre';
$this->url = 'http://www.example.org/image.jpg';
$this->width = 42;