protected property ContributorTest::$nameParts in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x 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.',
];