File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
tests/unit/Codeception/Module Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,13 +94,13 @@ public function testCreateSnapshotOnFail()
9494        $ container  = Stub::make (ModuleContainer::class);
9595        $ module  = Stub::construct ($ this  ->module ::class, [$ container ], [
9696            '_savePageSource '  => Stub \Expected::once (function  ($ filename ) {
97-                 $ this  ->assertSame (codecept_log_dir ('Codeception.Module.UniversalFramework.looks.like..test .fail.html ' ), $ filename );
97+                 $ this  ->assertSame (codecept_log_dir ('Codeception.Module.UniversalFramework.useUniversalFramework .fail.html ' ), $ filename );
9898            }),
9999        ]);
100100        $ module ->_initialize ();
101101        $ module ->amOnPage ('/ ' );
102102
103-         $ cest  = new  \Codeception \Test \Cest ($ this  ->module , 'looks:like::test ' , 'demo1Cest.php ' );
103+         $ cest  = new  \Codeception \Test \Cest ($ this  ->module , 'useUniversalFramework ' , 'demo1Cest.php ' );
104104        $ module ->_failed ($ cest , new  \PHPUnit \Framework \AssertionFailedError ());
105105    }
106106}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments