We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2df8f51 commit 3139b34Copy full SHA for 3139b34
tests/Naneau/ProjectVersioner/Test/Reader/GitExecTest.php
@@ -61,7 +61,9 @@ public function setUp(): void
61
self::execWithDir(['rm -rf %s', 'mkdir %s']);
62
self::execInDir([
63
'touch testfile',
64
- 'git init'
+ 'git init',
65
+ 'git config user.email "php@unit.test"',
66
+ 'git config user.name "PHPUnit"'
67
]);
68
69
// Add commits, with matching tags
0 commit comments