Files
yii2/tests/framework/log/SqliteTargetTest.php
╃巡洋艦㊣ 586684b050 2.0.5 bf7edc5
2015-07-30 09:52:33 +08:00

10 lines
135 B
PHP

<?php
namespace yiiunit\framework\log;
class SQliteTargetTest extends DbTargetTest
{
protected static $driverName = 'sqlite';
}