PropertyInfoCacheExtractor example

use Symfony\Component\PropertyInfo\PropertyInfoCacheExtractor;

/** * @author Kévin Dunglas <dunglas@gmail.com> */
class PropertyInfoCacheExtractorTest extends AbstractPropertyInfoExtractorTest
{
    protected function setUp(): void
    {
        parent::setUp();

        $this->propertyInfo = new PropertyInfoCacheExtractor($this->propertyInfo, new ArrayAdapter());
    }

    public function testGetShortDescription()
    {
        parent::testGetShortDescription();
        parent::testGetShortDescription();
    }

    public function testGetLongDescription()
    {
        parent::testGetLongDescription();
        
Home | Imprint | This part of the site doesn't use cookies.