]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tests/TimeZoneTest.php
Merge pull request #1698 from ArthurHoaro/feature/plugins-search-filter
[github/shaarli/Shaarli.git] / tests / TimeZoneTest.php
index 127fdc192ccab36ec57427ba270f444f9108b29f..77862855e77743c16fef50630d82856741badb5d 100644 (file)
@@ -8,14 +8,14 @@ require_once 'application/TimeZone.php';
 /**
  * Unitary tests for timezone utilities
  */
-class TimeZoneTest extends PHPUnit_Framework_TestCase
+class TimeZoneTest extends \Shaarli\TestCase
 {
     /**
      * @var array of timezones
      */
     protected $installedTimezones;
 
-    public function setUp()
+    protected function setUp(): void
     {
         $this->installedTimezones = [
             'Antarctica/Syowa',