Skip to content

Commit

Permalink
[console] Moved Generate commands related to Generate namespace part #1
Browse files Browse the repository at this point in the history
  • Loading branch information
enzolutions committed Nov 16, 2015
1 parent 54d3e86 commit 1770aaa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/Command/GeneratorPluginFieldFormatterCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace Drupal\Console\Test\Command;

use Drupal\Console\Command\GeneratorPluginFieldFormatterCommand;
use Drupal\Console\Command\Generate\PluginFieldFormatterCommand;
use Symfony\Component\Console\Tester\CommandTester;
use Drupal\Console\Test\DataProvider\PluginFieldFormatterDataProviderTrait;

Expand All @@ -32,7 +32,7 @@ public function testGeneratePluginFieldFormatter(
$plugin_id,
$field_type
) {
$command = new GeneratorPluginFieldFormatterCommand($this->getHelperSet());
$command = new PluginFieldFormatterCommand($this->getHelperSet());
$command->setHelperSet($this->getHelperSet());
$command->setGenerator($this->getGenerator());

Expand Down

0 comments on commit 1770aaa

Please sign in to comment.