Exemplo n.º 1
0
 function let(UploadedFile $file)
 {
     $file->beConstructedWith([__DIR__ . '/../../../../../README.md']);
     $this->beConstructedWith('Kreta\\Component\\Media\\Model\\Media');
 }
Exemplo n.º 2
0
 function let(UploadedFile $file, Filesystem $filesystem)
 {
     $file->beConstructedWith([__DIR__ . '/../../../../../README.md']);
     $this->beConstructedWith($filesystem);
 }
Exemplo n.º 3
0
 function let(UploadedFile $media)
 {
     $media->beConstructedWith([__DIR__ . '/../../../../../README.md']);
 }