Home
last modified time | relevance | path

Searched refs:createUploadedFile (Results 1 – 3 of 3) sorted by relevance

/webtrees/tests/
H A DTestCase.php202 … protected function createUploadedFile(string $filename, string $mime_type): UploadedFileInterface function in Fisharebest\\Webtrees\\TestCase
212 …return $uploaded_file_factory->createUploadedFile($stream, $size, $status, $client_name, $mime_typ…
/webtrees/tests/app/Http/RequestHandlers/
H A DMapDataImportActionTest.php37 …$csv = $this->createUploadedFile(dirname(__DIR__, 3) . '/data/places.csv', 'text/csv'…
/webtrees/
H A Dphpstan-baseline.neon12868 message: '#^Cannot call method createUploadedFile\(\) on mixed\.$#'
12904 …message: '#^Method Fisharebest\\Webtrees\\TestCase\:\:createUploadedFile\(\) should return Psr\\Ht…