Issue #1594226 by aspilicious: Convert translation tests to PSR-0.

8.0.x
catch 2012-05-25 16:18:08 +09:00
parent 2f35944ad3
commit 09baac071e
2 changed files with 4 additions and 3 deletions

View File

@ -2,16 +2,18 @@
/**
* @file
* Tests for the Translation module.
* Definition of Drupal\translation\Tests\TranslationTest.
*/
namespace Drupal\translation\Tests;
use Drupal\node\Node;
use Drupal\simpletest\WebTestBase;
/**
* Functional tests for the Translation module.
*/
class TranslationTestCase extends WebTestBase {
class TranslationTest extends WebTestBase {
protected $profile = 'standard';
protected $book;

View File

@ -4,4 +4,3 @@ dependencies[] = locale
package = Core
version = VERSION
core = 8.x
files[] = translation.test