Move the expected FFS response to the assets
This commit is contained in:
parent
982a1cacb3
commit
3ea97634ae
@ -29,7 +29,7 @@ class Converter {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static function checkConnection(){
|
public static function checkConnection(){
|
||||||
$expected = file_get_contents(__DIR__ . '/response.odt');
|
$expected = file_get_contents(dirname(__DIR__) . '/assets/response.odt');
|
||||||
$converted = self::convertExternal('', 'odt');
|
$converted = self::convertExternal('', 'odt');
|
||||||
|
|
||||||
return $converted === $expected;
|
return $converted === $expected;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user