This commit is contained in:
Jeremy Benoist 2021-02-08 09:56:25 +01:00
parent dd9d6a4c64
commit a962a3ab13
No known key found for this signature in database
GPG key ID: BCA73962457ACC3C

View file

@ -122,7 +122,7 @@ class DeliciousControllerTest extends WallabagCoreTestCase
$tags = $content->getTags();
$this->assertContains('osx', $tags, 'It includes the "osx" tag');
$this->assertGreaterThanOrEqual(4, count($tags));
$this->assertGreaterThanOrEqual(4, \count($tags));
$this->assertInstanceOf(\DateTime::class, $content->getCreatedAt());
$this->assertSame('2013-01-17', $content->getCreatedAt()->format('Y-m-d'));