Skip to content

Commit

Permalink
Issue #2661362: @file block for kernel tests incorrect namespace upda…
Browse files Browse the repository at this point in the history
…ted.
  • Loading branch information
miteshmap committed Feb 3, 2016
1 parent fc8e29e commit f0ea60e
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion tests/src/Kernel/ConfigEntityDefaultsTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\ConfigEntityDefaultsTest.
* Contains \Drupal\Tests\rules\Kernel\ConfigEntityDefaultsTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/ConfigEntityTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\ConfigEntityTest.
* Contains \Drupal\Tests\rules\Kernel\ConfigEntityTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/ContextIntegrationTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\ContextIntegrationTest.
* Contains \Drupal\Tests\rules\Kernel\ContextIntegrationTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/CoreIntegrationTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\CoreIntegrationTest.
* Contains \Drupal\Tests\rules\Kernel\CoreIntegrationTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/DataProcessorTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\DataProcessorTest.
* Contains \Drupal\Tests\rules\Kernel\DataProcessorTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/EntityViewTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\EntityViewTest.
* Contains \Drupal\Tests\rules\Kernel\EntityViewTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/EventIntegrationTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\EventIntegrationTest.
* Contains \Drupal\Tests\rules\Kernel\EventIntegrationTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/RedirectEventSubscriberTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\ConfigEntityDefaultsTest.
* Contains \Drupal\Tests\rules\Kernel\ConfigEntityDefaultsTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/RulesDrupalTestBase.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\RulesDrupalTestBase.
* Contains \Drupal\Tests\rules\Kernel\RulesDrupalTestBase.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/RulesEngineTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\RulesEngineTest.
* Contains \Drupal\Tests\rules\Kernel\RulesEngineTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down
2 changes: 1 addition & 1 deletion tests/src/Kernel/TokenIntegrationTest.php
Expand Up @@ -2,7 +2,7 @@

/**
* @file
* Contains \Drupal\rules\Tests\TokenIntegrationTest.
* Contains \Drupal\Tests\rules\Kernel\TokenIntegrationTest.
*/

namespace Drupal\Tests\rules\Kernel;
Expand Down

0 comments on commit f0ea60e

Please sign in to comment.