adjust test to new version
Signed-off-by: Robin Appelman <robin@icewind.nl>
This commit is contained in:
parent
12b02e9785
commit
94fe6fdbb1
|
@ -48,7 +48,7 @@ class RepairInvalidPathsTest extends TestCase {
|
||||||
$config->expects($this->any())
|
$config->expects($this->any())
|
||||||
->method('getSystemValue')
|
->method('getSystemValue')
|
||||||
->with('version', '0.0.0')
|
->with('version', '0.0.0')
|
||||||
->willReturn('12.0.0.0');
|
->willReturn('11.0.0.1');
|
||||||
$this->repair = new RepairInvalidPaths(\OC::$server->getDatabaseConnection(), $config);
|
$this->repair = new RepairInvalidPaths(\OC::$server->getDatabaseConnection(), $config);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue