| Total Complexity | 1 | 
| Total Lines | 36 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 21 | class MetadataWrapVariableViewHelperTest extends FunctionalTestCase  | 
            ||
| 22 | { | 
            ||
| 23 | /**  | 
            ||
| 24 | * @var bool Speed up this test case, it needs no database  | 
            ||
| 25 | */  | 
            ||
| 26 | protected $initializeDatabase = false;  | 
            ||
| 27 | |||
| 28 | /**  | 
            ||
| 29 | * @test  | 
            ||
| 30 | */  | 
            ||
| 31 | public function renderingContextCallsGetVariableProviderAdd(): void  | 
            ||
| 60 |