File tree Expand file tree Collapse file tree 5 files changed +1773
-32
lines changed Expand file tree Collapse file tree 5 files changed +1773
-32
lines changed Original file line number Diff line number Diff line change 3838      - name : Install dependencies 
3939        run : composer install --prefer-dist --no-progress --optimize-autoloader 
4040
41-       #  Download PHPUnit
42-       - name : Download PHPUnit 
43-         run : wget -O phpunit.phar https://phar.phpunit.de/phpunit-9.phar && chmod +x phpunit.phar 
44- 
4541      #  Setup cache directory
4642      - name : Setup cache directory 
4743        run : | 
6359      - name : Run legacy test suite 
6460        env :
6561          DATABASE_DSN : mysql://root:root@localhost:3306/jeedom_test 
66-         run : ./ phpunit.phar  --coverage-text --colors=never --testsuite "Legacy tests"
62+         run : vendor/bin/ phpunit --coverage-text --colors=never --testsuite "Legacy tests"
Original file line number Diff line number Diff line change 4848.phpstan.cache 
4949phpstan.phar 
5050
51- phpunit.phar 
5251.phpunit.result.cache 
Original file line number Diff line number Diff line change 1515    "platform" : {
1616      "php" : " 7.4" 
1717    }
18+   },
19+   "require-dev" : {
20+     "phpunit/phpunit" : " ^9.6" 
1821  }
1922}
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments