File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,11 +60,11 @@ public function testGenerate(): void
60
60
$ options = [
61
61
'keywords ' => $ readWords ,
62
62
'name ' => 'MYSQL TEST ' ,
63
- 'class ' => 'ContextTest ' ,
63
+ 'class ' => 'TestContext ' ,
64
64
'link ' => 'https://www.phpmyadmin.net/contribute ' ,
65
65
];
66
66
$ generatedTemplate = ContextGenerator::generate ($ options );
67
- $ expectedTemplate = file_get_contents (getcwd () . '/tests/Tools/templates/ContextTest .php ' );
67
+ $ expectedTemplate = file_get_contents (getcwd () . '/tests/Tools/templates/TestContext .php ' );
68
68
$ this ->assertEquals ($ expectedTemplate , $ generatedTemplate );
69
69
}
70
70
}
Original file line number Diff line number Diff line change 15
15
*
16
16
* @see https://www.phpmyadmin.net/contribute
17
17
*/
18
- class ContextTest extends Context
18
+ class TestContext extends Context
19
19
{
20
20
/**
21
21
* List of keywords.
You can’t perform that action at this time.
0 commit comments