This repository was archived by the owner on May 29, 2023. It is now read-only.
  
  
  
  
    
    
    
      
    
  
  
    
File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11<?xml  version =" 1.0"  encoding =" UTF-8" 
2- <phpunit  bootstrap =" ./vendor/autoload.php" colors =" true" 
2+ <phpunit  bootstrap =" ./vendor/autoload.php" colors =" true"   strict = " true " 
33
44    <testsuites >
55        <testsuite  name =" OpenStack" 
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ public function setUp()
2828
2929        $ this def  = [
3030            'method '  => 'GET ' ,
31-             'path '  => 'test ' ,
31+             'path '     => 'test ' ,
3232            'params '  => [],
3333        ];
3434
@@ -49,7 +49,7 @@ public function test_it_sends_a_request_when_operations_are_executed()
4949
5050        $ this operator ->execute ($ this def , []);
5151
52-         self :: assertTrue ( true );
52+         $ this -> addToAssertionCount ( 1 );
5353    }
5454
5555    public  function  test_it_sends_a_request_when_async_operations_are_executed ()
@@ -58,7 +58,7 @@ public function test_it_sends_a_request_when_async_operations_are_executed()
5858
5959        $ this operator ->executeAsync ($ this def , []);
6060
61-         self :: assertTrue ( true );
61+         $ this -> addToAssertionCount ( 1 );
6262    }
6363
6464    public  function  test_it_wraps_sequential_ops_in_promise_when_async_is_appended_to_method_name ()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments