mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-09-27 09:05:01 +00:00
upgrade phpunit: make data provider static
This commit is contained in:
@@ -68,7 +68,7 @@ class AsyncUploadExtensionTest extends KernelTestCase
|
||||
self::assertEquals('url', $actual);
|
||||
}
|
||||
|
||||
public function dataProviderStoredObject(): iterable
|
||||
public static function dataProviderStoredObject(): iterable
|
||||
{
|
||||
yield [(new StoredObject())->setFilename('blabla')];
|
||||
|
||||
|
Reference in New Issue
Block a user