Skip to content

Commit 7c4f8c4

Browse files
authored
Merge d1cdcd7 into 7c6845f
2 parents 7c6845f + d1cdcd7 commit 7c4f8c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

5-
namespace Sabberworm\CSS\Tests\CSSList;
5+
namespace Sabberworm\CSS\Tests\Unit\CSSList;
66

77
use PHPUnit\Framework\TestCase;
88
use Sabberworm\CSS\Comment\Commentable;
@@ -18,7 +18,7 @@ final class KeyFrameTest extends TestCase
1818
/**
1919
* @var KeyFrame
2020
*/
21-
protected $subject;
21+
private $subject;
2222

2323
protected function setUp(): void
2424
{

0 commit comments

Comments
 (0)