File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ public function testImportExecutableWithCompression()
8989 */
9090 public function testAfterExport ()
9191 {
92- $ driver = $ this ->getMockForDriver (MySql ::class, ['deleteAuthFile ' ]);
92+ $ driver = $ this ->getMockForDriver (Mysql ::class, ['deleteAuthFile ' ]);
9393 $ driver ->expects ($ this ->once ())->method ('deleteAuthFile ' );
9494 $ this ->assertNull ($ driver ->afterExport ());
9595 }
@@ -100,7 +100,7 @@ public function testAfterExport()
100100 */
101101 public function testAfterImport ()
102102 {
103- $ driver = $ this ->getMockForDriver (MySql ::class, ['deleteAuthFile ' ]);
103+ $ driver = $ this ->getMockForDriver (Mysql ::class, ['deleteAuthFile ' ]);
104104 $ driver ->expects ($ this ->once ())->method ('deleteAuthFile ' );
105105 $ this ->assertNull ($ driver ->afterImport ());
106106 }
You can’t perform that action at this time.
0 commit comments