X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=tests%2Fsrc%2FModel%2FFileTagTest.php;h=47eb15e3cea686d392174911e4bf2e123118751c;hb=2292263780000a50e1e7583bc170cca619d86f42;hp=b12261d700407a2c1982173d5c53258793691116;hpb=aa0b485f3dca72c5448076e913fa54d948cd7731;p=friendica.git diff --git a/tests/src/Model/FileTagTest.php b/tests/src/Model/FileTagTest.php index b12261d700..47eb15e3ce 100644 --- a/tests/src/Model/FileTagTest.php +++ b/tests/src/Model/FileTagTest.php @@ -1,6 +1,6 @@ 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)); } }