Fix tests

This commit is contained in:
Jeremy Benoist
2017-07-03 07:30:54 +02:00
parent f808b01692
commit 38520658ad
9 changed files with 34 additions and 39 deletions

View File

@ -51,7 +51,7 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
$this->assertEmpty($entry->getMimetype());
$this->assertEmpty($entry->getLanguage());
$this->assertSame(0.0, $entry->getReadingTime());
$this->assertSame(false, $entry->getDomainName());
$this->assertSame(null, $entry->getDomainName());
}
public function testWithEmptyContent()