mirror of
https://github.com/wallabag/wallabag.git
synced 2025-02-02 03:52:23 +00:00
CS
This commit is contained in:
parent
dd9d6a4c64
commit
a962a3ab13
1 changed files with 1 additions and 1 deletions
|
@ -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'));
|
||||
|
|
Loading…
Reference in a new issue