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 @@ -88,7 +88,7 @@ public function testImportExecutableWithCompression()
8888 */
8989 public function testAfterExport ()
9090 {
91- $ driver = $ this ->getMockForDriver (MySql ::class, ['deleteAuthFile ' ]);
91+ $ driver = $ this ->getMockForDriver (Mysql ::class, ['deleteAuthFile ' ]);
9292 $ driver ->expects ($ this ->once ())->method ('deleteAuthFile ' );
9393 $ this ->assertNull ($ driver ->afterExport ());
9494 }
@@ -99,7 +99,7 @@ public function testAfterExport()
9999 */
100100 public function testAfterImport ()
101101 {
102- $ driver = $ this ->getMockForDriver (MySql ::class, ['deleteAuthFile ' ]);
102+ $ driver = $ this ->getMockForDriver (Mysql ::class, ['deleteAuthFile ' ]);
103103 $ driver ->expects ($ this ->once ())->method ('deleteAuthFile ' );
104104 $ this ->assertNull ($ driver ->afterImport ());
105105 }
You can’t perform that action at this time.
0 commit comments