Issue #1598606 by Albert Volkman, Rob Loach, Niklas Fiekas: Convert schema.test to PSR-0.
parent
22cce8af98
commit
f2bc296a46
|
@ -1,17 +1,21 @@
|
|||
<?php
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Definition of Drupal\system\Tests\Common\SchemaTest.
|
||||
*/
|
||||
|
||||
namespace Drupal\system\Tests\Common;
|
||||
|
||||
use Drupal\Core\Database\Database;
|
||||
use Drupal\simpletest\WebTestBase;
|
||||
|
||||
/**
|
||||
* @file
|
||||
* Tests for the Database Schema API.
|
||||
*/
|
||||
use Exception;
|
||||
|
||||
/**
|
||||
* Unit tests for the Schema API.
|
||||
*/
|
||||
class SchemaTestCase extends WebTestBase {
|
||||
class SchemaTest extends WebTestBase {
|
||||
/**
|
||||
* A global counter for table and field creation.
|
||||
*/
|
Loading…
Reference in New Issue