Skip to content

Commit 82128cd

Browse files
committed
fix failing test
1 parent 51d0a3f commit 82128cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Common/Driver/StubTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ public function testStartPHPDBG()
8585

8686
$driver = new Stub();
8787
$driver->setDriver($mock);
88-
$driver->startPHPDBG();
88+
$driver->start();
8989
}
9090

9191
/**

0 commit comments

Comments
 (0)