We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d0a3f commit 82128cdCopy full SHA for 82128cd
tests/Common/Driver/StubTest.php
@@ -85,7 +85,7 @@ public function testStartPHPDBG()
85
86
$driver = new Stub();
87
$driver->setDriver($mock);
88
- $driver->startPHPDBG();
+ $driver->start();
89
}
90
91
/**
0 commit comments