mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-07 23:34:27 +02:00
Fix PHPUnit 10 deprecations
This commit is contained in:
parent
037dac988e
commit
5fbdcd4a26
4 changed files with 8 additions and 5 deletions
|
@ -28,6 +28,9 @@ use Friendica\Test\FixtureTest;
|
|||
|
||||
class BBCodeTest extends FixtureTest
|
||||
{
|
||||
/** @var \HTMLPurifier */
|
||||
public $HTMLPurifier;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue