1
0
Fork 0
mirror of https://github.com/wallabag/wallabag.git synced 2025-09-15 18:57:05 +00:00

Fix tests & updated deps again

This commit is contained in:
Jeremy Benoist 2020-10-22 11:13:51 +02:00
parent 0478d8965d
commit b02ca1f711
No known key found for this signature in database
GPG key ID: 84290C294324D304
8 changed files with 54 additions and 87 deletions

View file

@ -121,7 +121,7 @@ class ElcuratorControllerTest extends WallabagCoreTestCase
$this->assertInstanceOf('Wallabag\CoreBundle\Entity\Entry', $content);
$this->assertSame('Qualité de code - Intégration de php-git-hooks dans Symfony2 - Experts Symfony et Drupal - Lexik', $content->getTitle());
$this->assertSame('Qualité de code - Intégration de php-git-hooks dans Symfony2 - Choosit - Experts en transformation digitale', $content->getTitle());
$this->assertSame('2015-09-09', $content->getCreatedAt()->format('Y-m-d'));
$this->assertTrue($content->isStarred(), 'Entry is starred');