Issue #1598606 by Albert Volkman, Rob Loach, Niklas Fiekas: Convert schema.test to PSR-0.

8.0.x
catch 2012-06-08 21:21:54 +09:00
parent 22cce8af98
commit f2bc296a46
1 changed files with 9 additions and 5 deletions

View File

@ -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.
*/