File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- language : php 
1+ language : php1 
22
33sudo : false 
44
@@ -22,4 +22,4 @@ before_script:
2222
2323script :
2424  - vendor/bin/phpunit --verbose --coverage-text 
25-   - if [ "$STATIC_ANALYSIS" != "" ]; then php  phpstan.phar analyse --level=4 lib; fi; 
25+   - if [ "$STATIC_ANALYSIS" != "" ]; then php1  phpstan.phar analyse --level=4 lib; fi; 
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ public function __construct(Builder $httpClientBuilder = null)
8484        $ this  ->httpClientBuilder ->addPlugin (new  HistoryPlugin ($ this  ->responseHistory ));
8585        $ this  ->httpClientBuilder ->addPlugin (new  ApiVersion ());
8686        $ this  ->httpClientBuilder ->addPlugin (new  HeaderDefaultsPlugin ([
87-             'User-Agent '  => 'php -gitlab-api (http://github.com/m4tthumphrey/php -gitlab-api) ' ,
87+             'User-Agent '  => 'php1 -gitlab-api (http://github.com/m4tthumphrey/php1 -gitlab-api) ' ,
8888        ]));
8989        $ this  ->httpClientBuilder ->addPlugin (new  RedirectPlugin ());
9090
Original file line number Diff line number Diff line change @@ -1125,7 +1125,7 @@ public function shouldRemoveLabel()
11251125     */ 
11261126    public  function  shouldGetLanguages ()
11271127    {
1128-         $ expectedArray  = ['php '  => 100 ];
1128+         $ expectedArray  = ['php1 '  => 100 ];
11291129        $ api  = $ this  ->getApiMock ();
11301130        $ api ->expects ($ this  ->once ())
11311131            ->method ('get ' )
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments