EAV TESTS: EAVTest::testCanAddAttributeToEntity() add return type

This commit is contained in:
Remy Bos
2022-05-19 11:14:56 +02:00
parent c365008429
commit 83df396fc9

View File

@@ -11,7 +11,7 @@ use PHPUnit\Framework\TestCase;
class EAVTest extends TestCase class EAVTest extends TestCase
{ {
public function testCanAddAttributeToEntity() public function testCanAddAttributeToEntity(): void
{ {
$colorAttribute = new Attribute('color'); $colorAttribute = new Attribute('color');
$colorSilver = new Value($colorAttribute, 'silver'); $colorSilver = new Value($colorAttribute, 'silver');