diff --git a/tests/CSSList/KeyFrameTest.php b/tests/Unit/CSSList/KeyFrameTest.php similarity index 93% rename from tests/CSSList/KeyFrameTest.php rename to tests/Unit/CSSList/KeyFrameTest.php index 501a19a5..7e9ebd8a 100644 --- a/tests/CSSList/KeyFrameTest.php +++ b/tests/Unit/CSSList/KeyFrameTest.php @@ -2,7 +2,7 @@ declare(strict_types=1); -namespace Sabberworm\CSS\Tests\CSSList; +namespace Sabberworm\CSS\Tests\Unit\CSSList; use PHPUnit\Framework\TestCase; use Sabberworm\CSS\Comment\Commentable; @@ -18,7 +18,7 @@ final class KeyFrameTest extends TestCase /** * @var KeyFrame */ - protected $subject; + private $subject; protected function setUp(): void {