File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 4545 * @coversNothing 
4646 */ 
4747#[CoversNothing]
48+ /** 
49+  * @internal 
50+  * @coversNothing 
51+  */ 
4852class  RedisTest extends  TestCase
4953{
5054    protected  function  tearDown (): void 
@@ -95,7 +99,6 @@ public function testHasAlreadyBeenBoundToAnotherCoroutine()
9599        $ redis  = $ this  ->getRedis ();
96100        $ ref  = new  ReflectionClass ($ redis );
97101        $ method  = $ ref ->getMethod ('getConnection ' );
98-         $ method ->setAccessible (true );
99102
100103        go (function  () use  ($ chan , $ redis , $ method ) {
101104            $ id  = null ;
@@ -128,7 +131,6 @@ public function testHasAlreadyBeenBoundToAnotherCoroutine()
128131
129132        $ chan ->pop ();
130133        $ factory  = $ ref ->getProperty ('factory ' );
131-         $ factory ->setAccessible (true );
132134        $ factory  = $ factory ->getValue ($ redis );
133135        $ pool  = $ factory ->getPool ('default ' );
134136        $ pool ->flushAll ();
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments