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()
94
94
$ container = Stub::make (ModuleContainer::class);
95
95
$ module = Stub::construct ($ this ->module ::class, [$ container ], [
96
96
'_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 );
98
98
}),
99
99
]);
100
100
$ module ->_initialize ();
101
101
$ module ->amOnPage ('/ ' );
102
102
103
- $ cest = new \Codeception \Test \Cest ($ this ->module , 'looks:like::test ' , 'demo1Cest.php ' );
103
+ $ cest = new \Codeception \Test \Cest ($ this ->module , 'useUniversalFramework ' , 'demo1Cest.php ' );
104
104
$ module ->_failed ($ cest , new \PHPUnit \Framework \AssertionFailedError ());
105
105
}
106
106
}
You can’t perform that action at this time.
0 commit comments