mirror of
https://framagit.org/hubzilla/core.git
synced 2026-06-21 00:52:33 -04:00
tests: Dataproviders should be static
This commit is contained in:
@@ -335,7 +335,7 @@ class ActivityTest extends UnitTestCase {
|
||||
$this->assertSame($expected, $result);
|
||||
}
|
||||
|
||||
public function pasteQuoteProvider(): array
|
||||
public static function pasteQuoteProvider(): array
|
||||
{
|
||||
return [
|
||||
'plain url replacement' => [
|
||||
|
||||
Reference in New Issue
Block a user