Issue #1594226 by aspilicious: Convert translation tests to PSR-0.
parent
2f35944ad3
commit
09baac071e
|
@ -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;
|
|
@ -4,4 +4,3 @@ dependencies[] = locale
|
|||
package = Core
|
||||
version = VERSION
|
||||
core = 8.x
|
||||
files[] = translation.test
|
||||
|
|
Loading…
Reference in New Issue