Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 437b77e

Browse filesBrowse files
committed
Skip renderHelp test as skipped if not override
1 parent d84be70 commit 437b77e
Copy full SHA for 437b77e

File tree

1 file changed

+4
-1
lines changed
Filter options

1 file changed

+4
-1
lines changed

‎src/Symfony/Component/Form/Tests/AbstractLayoutTest.php

Copy file name to clipboardExpand all lines: src/Symfony/Component/Form/Tests/AbstractLayoutTest.php
+4-1Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ abstract protected function renderForm(FormView $view, array $vars = array());
113113

114114
abstract protected function renderLabel(FormView $view, $label = null, array $vars = array());
115115

116-
abstract protected function renderHelp(FormView $view);
116+
protected function renderHelp(FormView $view)
117+
{
118+
$this->markTestSkipped(sprintf('Legacy %s::renderHelp() is not implemented.', get_class($this)));
119+
}
117120

118121
abstract protected function renderErrors(FormView $view);
119122

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.