mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-08 04:18:52 +00:00
[ticket/13713] Fix compatibility with phpunit 7
PHPBB3-13713
This commit is contained in:
parent
8083846850
commit
4ed4e336fa
3 changed files with 3 additions and 3 deletions
|
@ -34,7 +34,7 @@ class phpbb_mention_controller_test extends phpbb_database_test_case
|
||||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/mention.xml');
|
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/mention.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp()
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ class phpbb_notification_submit_post_type_mention_test extends phpbb_notificatio
|
||||||
{
|
{
|
||||||
protected $item_type = 'notification.type.mention';
|
protected $item_type = 'notification.type.mention';
|
||||||
|
|
||||||
public function setUp()
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ class mention_helper_test extends phpbb_database_test_case
|
||||||
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/mention.xml');
|
return $this->createXMLDataSet(dirname(__FILE__) . '/fixtures/mention.xml');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function setUp()
|
public function setUp(): void
|
||||||
{
|
{
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue