You are here

protected function PhpArrayDumperTest::getParameterCall in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php \Drupal\Tests\Component\DependencyInjection\Dumper\PhpArrayDumperTest::getParameterCall()

Helper function to return a parameter definition.

Overrides OptimizedPhpArrayDumperTest::getParameterCall

File

core/tests/Drupal/Tests/Component/DependencyInjection/Dumper/PhpArrayDumperTest.php, line 48
Contains \Drupal\Tests\Component\DependencyInjection\Dumper\PhpArrayDumperTest.

Class

PhpArrayDumperTest
@coversDefaultClass \Drupal\Component\DependencyInjection\Dumper\PhpArrayDumper @group DependencyInjection

Namespace

Drupal\Tests\Component\DependencyInjection\Dumper

Code

protected function getParameterCall($name) {
  return '%' . $name . '%';
}