protected property ContributorTest::$nameParts in Bibliography & Citation 2.0.x
Same name and namespace in other branches
- 8 modules/bibcite_entity/tests/src/Kernel/ContributorTest.php \Drupal\Tests\bibcite_entity\Kernel\ContributorTest::nameParts
Parts of name for tests.
Type: array
File
- modules/
bibcite_entity/ tests/ src/ Kernel/ ContributorTest.php, line 35
Class
- ContributorTest
- Test contributor entity.
Namespace
Drupal\Tests\bibcite_entity\KernelCode
protected $nameParts = [
'prefix' => 'Mr.',
'first_name' => 'Jüan',
'middle_name' => 'Martinez',
'last_name' => 'de Lorenzo y Gutierez',
'nick' => 'Martin',
'suffix' => 'Jr.',
];