protected property BaseTest::$fruitPlugins in Plug 7
Expected output for default fruit plugins.
Type: array
File
- modules/
plug_example/ lib/ Drupal/ plug_example/ Tests/ BaseTest.php, line 38 - Contains Drupal\plug_example\Tests\BaseTest.
Class
Namespace
Drupal\plug_example\TestsCode
protected $fruitPlugins = array(
// Check that Banana is in, added in hook_fruit_plugin_alter().
'Fruit name: Banana',
'Fruit name: Apple',
'Fruit name: Orange',
'Fruit name: Melon',
'Yikes, Mamoncillo!',
);