Skip to content

Commit 15f049c

Browse files
committed
[TASK] Move SettingsTest to the unit tests
Part of #758
1 parent 129f7ce commit 15f049c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SettingsTest.php renamed to tests/Unit/SettingsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
declare(strict_types=1);
44

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

77
use PHPUnit\Framework\TestCase;
88
use Sabberworm\CSS\Settings;

0 commit comments

Comments
 (0)