Skip to content

Commit

Permalink
Merge pull request hechoendrupal#94 from dmouse/master
Browse files Browse the repository at this point in the history
Changed the absolute class to simplify test in Module Generator Command
  • Loading branch information
dmouse committed Jun 18, 2014
2 parents 861a1d1 + 0c4c4e4 commit 9111055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/Drupal/AppConsole/Command/GeneratorModuleCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ protected function interact(InputInterface $input, OutputInterface $output) {
$output,
$dialog->getQuestion('Module name',
$input->getOption('module')),
array(
'Drupal\AppConsole\Command\Validators',
[
$this,
'validateModuleName'
),
],
false,
$input->getOption('module')
);
Expand Down

0 comments on commit 9111055

Please sign in to comment.