Skip to content

Commit c851cc4

Browse files
committed
try tag legacy to valide
1 parent 2ce0abb commit c851cc4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/Symfony/Bundle/Twig/ApiPlatformProfilerPanelTest.php

+3
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ public function testDebugBarContent()
113113
$this->assertSame('mongodb' === $this->env ? DocumentDummy::class : Dummy::class, $block->filterXPath('//div[@class="sf-toolbar-info-piece"][./b[contains(., "Resource Class")]]/span')->html());
114114
}
115115

116+
/**
117+
* @legacy
118+
*/
116119
public function testProfilerGeneralLayoutNotResourceClass()
117120
{
118121
if ($this->legacy) {

0 commit comments

Comments
 (0)