WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content
This repository was archived by the owner on Mar 9, 2022. It is now read-only.

Commit 18a27e7

Browse files
committed
Clean up
1 parent e2aad8c commit 18a27e7

File tree

4 files changed

+1
-51
lines changed

4 files changed

+1
-51
lines changed

src/Laracasts/Commander/Console/CommanderGenerateCommand.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ public function fire()
6767
$properties = $this->option('properties');
6868
$base = $this->option('base');
6969

70-
// Parse the input for the Artisan command into a usable format.
71-
$input = $this->parser->parse($path, $properties);
72-
70+
// Parse the command input.
7371
$commandInput = $this->parser->parse($path, $properties);
7472
$handlerInput = $this->parser->parse($path.'Handler', $properties);
7573

tests/acceptance/GeneratorCommandCept.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
$I->seeInShellOutput('All done!');
1212

1313
// My Command stub should match the generated class.
14-
1514
$I->openFile("{$saveDir}/{$commandToGenerate}.php");
1615
$I->seeFileContentsEqual(file_get_contents("{$stubDir}/{$commandToGenerate}.stub"));
1716

tests/acceptance/tmp/FooCommand.php

Lines changed: 0 additions & 29 deletions
This file was deleted.

tests/acceptance/tmp/FooCommandHandler.php

Lines changed: 0 additions & 18 deletions
This file was deleted.

0 commit comments

Comments
 (0)