We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CalcRuleValueListTest
1 parent 5c193b9 commit 01daae8Copy full SHA for 01daae8
tests/Value/CalcRuleValueListTest.php renamed to tests/Unit/Value/CalcRuleValueListTest.php
@@ -2,14 +2,17 @@
2
3
declare(strict_types=1);
4
5
-namespace Sabberworm\CSS\Tests\Value;
+namespace Sabberworm\CSS\Tests\Unit\Value;
6
7
use PHPUnit\Framework\TestCase;
8
use Sabberworm\CSS\Value\CalcRuleValueList;
9
use Sabberworm\CSS\Value\RuleValueList;
10
11
/**
12
* @covers \Sabberworm\CSS\Value\CalcRuleValueList
13
+ * @covers \Sabberworm\CSS\Value\RuleValueList
14
+ * @covers \Sabberworm\CSS\Value\Value
15
+ * @covers \Sabberworm\CSS\Value\ValueList
16
*/
17
final class CalcRuleValueListTest extends TestCase
18
{
0 commit comments