aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
diff options
context:
space:
mode:
authorJeremy Benoist <jeremy.benoist@gmail.com>2017-11-21 10:30:35 +0100
committerJeremy Benoist <jeremy.benoist@gmail.com>2017-11-21 10:30:35 +0100
commit64a5a6cfc5211a42b267a623588ddb3c0b527aa4 (patch)
treee132e2834e11c8d0dcdc001dfe08fd053ed2fe87 /tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
parentb3d85e69e913ea4590a03498ced6c8589df3a36f (diff)
downloadwallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.tar.gz
wallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.tar.zst
wallabag-64a5a6cfc5211a42b267a623588ddb3c0b527aa4.zip
CS
Diffstat (limited to 'tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php')
-rw-r--r--tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
index f94c2137..0731a0c0 100644
--- a/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
+++ b/tests/Wallabag/CoreBundle/Helper/ContentProxyTest.php
@@ -51,7 +51,7 @@ class ContentProxyTest extends \PHPUnit_Framework_TestCase
51 $this->assertEmpty($entry->getMimetype()); 51 $this->assertEmpty($entry->getMimetype());
52 $this->assertEmpty($entry->getLanguage()); 52 $this->assertEmpty($entry->getLanguage());
53 $this->assertSame(0.0, $entry->getReadingTime()); 53 $this->assertSame(0.0, $entry->getReadingTime());
54 $this->assertSame(null, $entry->getDomainName()); 54 $this->assertNull($entry->getDomainName());
55 } 55 }
56 56
57 public function testWithEmptyContent() 57 public function testWithEmptyContent()