File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 },
3434
3535 'Git::create() ' => function () {
36- $ return = array ( 0 , '' ) ;
36+ $ return = null ;
3737 $ repo = Git::create (DIR ."/create " );
3838 if (! Git::is_repo ($ repo )) {
3939 $ return = array (2 , "Git::create() failed to produce expected output. " );
4444 },
4545
4646 'Git::create([ $source ]) ' => function () {
47- $ return = array ( 0 , '' ) ;
47+ $ return = null ;
4848 $ repo = Git::create (DIR ."/createfrom " , DIR ."/test.git " );
4949 if (! Git::is_repo ($ repo )) {
5050 $ return = array (2 , "Git::create([ \$source ]) failed to produce expected output. " );
5555 },
5656
5757 'Git::open() ' => function () {
58- $ return = array ( 0 , '' ) ;
58+ $ return = null ;
5959 $ repo = Git::open (DIR ."/test.git " );
6060 if (! Git::is_repo ($ repo )) {
6161 $ return = array (2 , "Git::open() failed to produce expected output. " );
You can’t perform that action at this time.
0 commit comments