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