]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Model/FileTagTest.php
Set test data
[friendica.git] / tests / src / Model / FileTagTest.php
index b12261d700407a2c1982173d5c53258793691116..73bfe2234cdd2c38bd84098fe78a5bf977a6d8a1 100644 (file)
@@ -73,7 +73,7 @@ class FileTagTest extends TestCase
      */
     public function testArrayToFile(array $array, string $type, string $file)
     {
-        $this->assertEquals($file, FileTag::arrayToFile($array, $type));
+        self::assertEquals($file, FileTag::arrayToFile($array, $type));
     }
 
     public function dataFileToArray()
@@ -133,6 +133,6 @@ class FileTagTest extends TestCase
      */
     public function testFileToArray(string $file, string $type, array $array)
     {
-        $this->assertEquals($array, FileTag::fileToArray($file, $type));
+        self::assertEquals($array, FileTag::fileToArray($file, $type));
     }
 }