SqliteSchemaTest.php 203 Bytes
Newer Older
Carsten Brandt committed
1 2 3 4 5
<?php
namespace yiiunit\framework\db\sqlite;

use yiiunit\framework\db\SchemaTest;

6 7 8 9
/**
 * @group db
 * @group sqlite
 */
Carsten Brandt committed
10 11 12 13
class SqliteSchemaTest extends SchemaTest
{
	protected $driverName = 'sqlite';
}