function test_foo in Zircon Profile 8
Same name and namespace in other branches
1 string reference to 'test_foo'
- DefaultTableMappingTest::providerTestGetFieldColumnName in core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ DefaultTableMappingTest.php - Provides test data for testGetFieldColumnName().
File
- vendor/
twig/ twig/ test/ Twig/ Tests/ IntegrationTest.php, line 39
Code
function test_foo($value = 'foo') {
return $value;
}