--- a/server/src/tests/Libraries/Transcript/TranscriptConverterBaseTest.php Sat May 28 11:49:38 2016 +0200
+++ b/server/src/tests/Libraries/Transcript/TranscriptConverterBaseTest.php Sun May 29 16:50:17 2016 +0200
@@ -17,7 +17,7 @@
$this->graph = new EasyRdf\Graph(config('corpusparole.corpus_doc_id_base_uri')."crdo-UVE_MOCIKA_SOUND", $graphContent);
$this->doc = new Document(config('corpusparole.corpus_doc_id_base_uri')."crdo-UVE_MOCIKA_SOUND", $this->graph);
- $this->transcriptSource = simplexml_load_file(__DIR__ . DIRECTORY_SEPARATOR . self::TEST_DOC_BASE.".xml");
+ $this->transcriptSource = file_get_contents(__DIR__ . DIRECTORY_SEPARATOR . self::TEST_DOC_BASE.".xml");
}
public function getMockConverter(...$contructorArgs) {