Skip to content

Commit d1a79bc

Browse files
committed
Gets list of changed files test fixed
1 parent 37e296b commit d1a79bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Traits/GitHelperTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
chdir(__DIR__);
1313

1414
expect($this->getListOfChangedFiles())->toBe(
15-
shell_exec('git status --short')
15+
shell_exec('git status --short') ?? ''
1616
);
1717
});
1818

0 commit comments

Comments
 (0)