mirror of
https://github.com/wallabag/wallabag.git
synced 2024-12-22 23:56:29 +00:00
Fix tests
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
This commit is contained in:
parent
bd164a75c4
commit
e437ad810b
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ class PinboardControllerTest extends WallabagCoreTestCase
|
|||
$tags = $content->getTags();
|
||||
$this->assertContains('foot', $tags, 'It includes the "foot" tag');
|
||||
$this->assertContains('varnish', $tags, 'It includes the "varnish" tag');
|
||||
$this->assertContains('PHP', $tags, 'It includes the "PHP" tag');
|
||||
$this->assertContains('php', $tags, 'It includes the "php" tag');
|
||||
$this->assertSame(3, count($tags));
|
||||
|
||||
$this->assertInstanceOf(\DateTime::class, $content->getCreatedAt());
|
||||
|
|
Loading…
Reference in a new issue