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