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 4ca9b7d commit 923ad43Copy full SHA for 923ad43
tests/Maker/MakeFunctionalTestTest.php
@@ -28,7 +28,7 @@ protected function getMakerClass(): string
28
public function getTestDetails()
29
{
30
yield 'it_generates_test_with_panther' => [$this->createMakerTest()
31
- ->addExtraDependencies('panther')
+ ->addExtraDependencies('panther:*')
32
->run(function (MakerTestRunner $runner) {
33
$runner->copy(
34
'make-functional/MainController.php',
0 commit comments