瀏覽代碼

Fix finding transferred folder in integration tests

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
tags/v12.0.0beta1
Vincent Petry 7 年之前
父節點
當前提交
322b8ba138
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      build/integration/features/bootstrap/CommandLineContext.php

+ 1
- 1
build/integration/features/bootstrap/CommandLineContext.php 查看文件

@@ -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,
];
}

Loading…
取消
儲存