function givenOrganisations in Coder 8.3.x
Same name and namespace in other branches
- 8.3 tests/Drupal/Commenting/DocCommentUnitTest.inc \givenOrganisations()
Creates an organisation with data provided in a table.
Table format: @codingStandardsIgnoreStart | name | chairman | founder | founding year | motto | | City Watch | Sir Samuel Vimes | King Veltrick I | 1561 UC | Fabricati Diem, Pvncti Agvnt Celeriter | | Assassin's Guild | Lord Downey | Sir Gyles de Munforte | 1512 AM | Nil Mortifi, Sine Lvcre | | Unseen University | Mustrum Ridcully | Alberto Malich the Wise | 1281 AM | Nvnc Id Vides, Nvnc Ne Vides | @codingStandardsIgnoreEnd
@Given (the following )organisations:
Parameters
TableNode $organisation_table: The organisation data.
File
- tests/
Drupal/ Commenting/ DocCommentUnitTest.inc, line 97
Code
function givenOrganisations(TableNode $organisation_table) {
}