]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/DateTimeFormatTest.php
Merge pull request #10693 from nupplaphil/feat/config_dir
[friendica.git] / tests / src / Util / DateTimeFormatTest.php
index 4e1a02a29bfad7d794f9ac93fe8ea360a5a8b36d..1d02efd7020f4f41be55bf56f9a14b12527ab8fe 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * @copyright Copyright (C) 2020, Friendica
+ * @copyright Copyright (C) 2010-2021, the Friendica project
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -75,6 +75,6 @@ class DateTimeFormatTest extends MockedTest
        {
                $dtFormat = new DateTimeFormat();
 
-               $this->assertEquals($assert, $dtFormat->isYearMonth($input));
+               self::assertEquals($assert, $dtFormat->isYearMonth($input));
        }
 }