File tree Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Expand file tree Collapse file tree 4 files changed +18
-6
lines changed Original file line number Diff line number Diff line change 3131      - name : Download dependencies 
3232        run : | 
3333          composer config minimum-stability dev 
34-           composer req symfony/phpunit-bridge --no-update 
3534          composer update --no-interaction --prefer-dist --optimize-autoloader --prefer-stable 
3635
3736name : Run tests 
38-         run : ./vendor/bin/simple- phpunit 
37+         run : ./vendor/bin/phpunit 
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ start-docker:
55	echo  " Noop" 
66
77test : initialize
8- 	./vendor/bin/simple- phpunit
8+ 	./vendor/bin/phpunit
99
1010clean : stop-docker
1111stop-docker :
Original file line number Diff line number Diff line change 1515        "ext-json" : " *" 
1616        "async-aws/core" : " ^1.9" 
1717    },
18+     "require-dev" : {
19+         "phpunit/phpunit" : " ^11.5.42" 
20+         "symfony/error-handler" : " ^7.3.2 || ^8.0" 
21+         "symfony/phpunit-bridge" : " ^7.3.2 || ^8.0" 
22+     },
1823    "autoload" : {
1924        "psr-4" : {
2025            "AsyncAws\\ CodeCommit\\ " : " src" 
Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
22<phpunit  xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" 
3-          xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" 
3+          xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/11.5 /phpunit.xsd" 
44         backupGlobals =" false" 
55         colors =" true" 
66         bootstrap =" vendor/autoload.php" 
77         failOnRisky =" true" 
88         failOnWarning =" true" 
9+          failOnDeprecation =" true" 
10+          failOnNotice =" true" 
911>
10-   <coverage >
12+   <source   ignoreSuppressionOfDeprecations = " true " 
1113    <include >
1214      <directory >./src</directory >
1315    </include >
14-   </coverage >
16+     <deprecationTrigger >
17+       <function >trigger_deprecation</function >
18+     </deprecationTrigger >
19+   </source >
1520  <php >
1621    <ini  name =" error_reporting" value =" -1" 
1722  </php >
2025      <directory >./tests/</directory >
2126    </testsuite >
2227  </testsuites >
28+   <extensions >
29+     <bootstrap  class =" Symfony\Bridge\PhpUnit\SymfonyExtension" 
30+   </extensions >
2331</phpunit >
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments