Files
yii2/tests/unit/framework/db/sqlite/SqliteSchemaTest.php
2013-09-13 20:41:40 -04:00

10 lines
165 B
PHP

<?php
namespace yiiunit\framework\db\sqlite;
use yiiunit\framework\db\SchemaTest;
class SqliteSchemaTest extends SchemaTest
{
protected $driverName = 'sqlite';
}