From 331128fb04a7a82d53af2a984e340114b9e9bcdd Mon Sep 17 00:00:00 2001 From: mundschenk_at Date: Sat, 15 Jun 2024 13:35:08 +0200 Subject: [PATCH] Tests: No need to use the full namespace --- tests/fixes/class-default-registry-test.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fixes/class-default-registry-test.php b/tests/fixes/class-default-registry-test.php index 55c1781..383abe0 100644 --- a/tests/fixes/class-default-registry-test.php +++ b/tests/fixes/class-default-registry-test.php @@ -2,7 +2,7 @@ /** * This file is part of PHP-Typography. * - * Copyright 2017-2022 Peter Putzer. + * Copyright 2017-2024 Peter Putzer. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -42,7 +42,7 @@ * @runTestsInSeparateProcesses * @preserveGlobalState disabled */ -class Default_Registry_Test extends \PHP_Typography\Tests\Testcase { +class Default_Registry_Test extends Testcase { /** * Tests constructor.