Files
yii2/tests/unit/framework/db/sqlite/SqliteQueryTest.php
Carsten Brandt 544e412af8 unit test cleanup
2013-09-06 15:03:25 +02:00

10 lines
162 B
PHP

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