ILIAS  release_7 Revision v7.30-3-g800a261c036
All Data Structures Namespaces Files Functions Variables Modules Pages
FilenameOverridePreProcessorTest.php
Go to the documentation of this file.
1 <?php
2 
20 
21 require_once('./libs/composer/vendor/autoload.php');
22 require_once("./include/Unicode/UtfNormal.php");
23 
28 
40 {
41 
47  {
48  $filename = 'renamed.ogg';
49 
51  $stream = Streams::ofString('Awesome stuff');
52  $result = $subject->process($stream, new Metadata($filename, $stream->getSize(), 'audio/ogg'));
53 
54  $this->assertSame(ProcessingStatus::OK, $result->getCode());
55  $this->assertSame('Filename changed', $result->getMessage());
56  }
57 }
$result
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static ofString($string)
Creates a new stream with an initial value.
Definition: Streams.php:25
$filename
Definition: buildRTE.php:89
Exercise XML Parser which completes/updates a given file by an xml string.