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.
1 parent 962787c commit 3f154eaCopy full SHA for 3f154ea
Tests/Metadata/AttributeReaderTest.php
@@ -71,7 +71,7 @@ public function testAttributesAreCached()
71
$reader = new AttributeReader();
72
$cacheRef = new \ReflectionProperty(AttributeReader::class, 'cache');
73
74
- self::assertEmpty($cacheRef->getValue($reader));
+ self::assertSame([], $cacheRef->getValue($reader));
75
76
$reader->forClass(FooBar::class, TimeSensitive::class);
77
0 commit comments