X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=tests%2FTimeZoneTest.php;h=77862855e77743c16fef50630d82856741badb5d;hb=a5a9cf23acd1248585173aa32757d9720b5f2d62;hp=02bf060f34a0a7a1be177b2ab96d10316c73b869;hpb=905f8675a728841b03b300d2c7dc909a1c4f7f03;p=github%2Fshaarli%2FShaarli.git diff --git a/tests/TimeZoneTest.php b/tests/TimeZoneTest.php index 02bf060f..77862855 100644 --- a/tests/TimeZoneTest.php +++ b/tests/TimeZoneTest.php @@ -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',