TreeMultiselectFieldTest / setUp is protected in PHPUnit5

This commit is contained in:
Serge Latyntcev 2018-11-29 09:55:28 +13:00
parent f526c794fc
commit 38f8217f01

View File

@ -15,10 +15,7 @@ class TreeMultiselectFieldTest extends SapphireTest
protected $formId = 'TheFormID';
protected $fieldName = 'TestTree';
/**
* {@inheritdoc}
*/
public function setUp()
protected function setUp()
{
parent::setUp();