Procházet zdrojové kódy

Fix finding transferred folder in integration tests

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v12.0.0beta1
Vincent Petry před 7 roky
rodič
revize
322b8ba138
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
build/integration/features/bootstrap/CommandLineContext.php Zobrazit soubor

@@ -55,7 +55,7 @@ class CommandLineContext implements \Behat\Behat\Context\Context {
if (isset($parts[2]) && $parts[2] === $sourceUser) {
// store timestamp as key
$foundPaths[] = [
'date' => strtotime(dirname($parts[4])),
'date' => strtotime(trim($parts[4], '/')),
'path' => $path,
];
}

Načítá se…
Zrušit
Uložit