mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
TreeMultiselectFieldTest / setUp is protected in PHPUnit5
This commit is contained in:
parent
f526c794fc
commit
38f8217f01
@ -15,10 +15,7 @@ class TreeMultiselectFieldTest extends SapphireTest
|
||||
protected $formId = 'TheFormID';
|
||||
protected $fieldName = 'TestTree';
|
||||
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*/
|
||||
public function setUp()
|
||||
protected function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user