]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/bookmark/BookmarkFileServiceTest.php
Strict types: fix an issue in daily where the date could be an int
[github/shaarli/Shaarli.git] / tests / bookmark / BookmarkFileServiceTest.php
index 59c0608c5a7c701db3a363733d7492563df27718..42485c99b3fb0a829c384494854b6ba87e4579ad 100644 (file)
@@ -690,12 +690,12 @@ class BookmarkFileServiceTest extends TestCase
      */
     public function testDays()
     {
-        $this->assertEquals(
+        $this->assertSame(
             ['20100309', '20100310', '20121206', '20121207', '20130614', '20150310'],
             $this->publicLinkDB->days()
         );
 
-        $this->assertEquals(
+        $this->assertSame(
             ['20100309', '20100310', '20121206', '20121207', '20130614', '20141125', '20150310'],
             $this->privateLinkDB->days()
         );