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 c7bc0fe commit c66e560Copy full SHA for c66e560
tests/OptionsTest.php
@@ -25,7 +25,7 @@ public function testShouldWrite()
25
(new Process(['git', 'config', 'user.name', 'Unit test'], FLEX_TEST_DIR))->mustRun();
26
(new Process(['git', 'config', 'user.email', ''], FLEX_TEST_DIR))->mustRun();
27
28
- $filePath = FLEX_TEST_DIR . '/a.txt';
+ $filePath = FLEX_TEST_DIR.'/a.txt';
29
file_put_contents($filePath, 'a');
30
(new Process(['git', 'add', '-A'], FLEX_TEST_DIR))->mustRun();
31
(new Process(['git', 'commit', '-m', 'setup of original files'], FLEX_TEST_DIR))->mustRun();
0 commit comments