mirror of
https://github.com/Karaka-Management/oms-Media.git
synced 2026-02-02 10:48:42 +00:00
fix tests
This commit is contained in:
parent
c591404b39
commit
8d637bbe43
|
|
@ -26,7 +26,7 @@ use phpOMS\DataStorage\Database\Mapper\ReadMapper;
|
|||
* @since 1.0.0
|
||||
*
|
||||
* @template T of Collection
|
||||
* @extends MediaMapper<Media>
|
||||
* @extends MediaMapper<Collection>
|
||||
*/
|
||||
final class CollectionMapper extends MediaMapper
|
||||
{
|
||||
|
|
|
|||
|
|
@ -24,5 +24,4 @@ $reader = IOFactory::createReader('Word2007');
|
|||
$doc = $reader->load(($media->isAbsolute ? '' : __DIR__ . '/../../../../') . $media->getPath());
|
||||
|
||||
$writer = new HTML($doc);
|
||||
|
||||
$writer->save('php://output');
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user