mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 21:34:25 +00:00
Fix test
This commit is contained in:
parent
e21db73b84
commit
5fefe09a39
@ -70,7 +70,7 @@ class AsyncUploadExtensionTest extends KernelTestCase
|
|||||||
|
|
||||||
public static function dataProviderStoredObject(): iterable
|
public static function dataProviderStoredObject(): iterable
|
||||||
{
|
{
|
||||||
yield [(new StoredObject())->setFilename('blabla')];
|
yield [(new StoredObject())->registerVersion(filename: 'blabla')->getStoredObject()];
|
||||||
|
|
||||||
yield ['blabla'];
|
yield ['blabla'];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user