mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-15 14:50:56 +08:00
10 lines
135 B
PHP
10 lines
135 B
PHP
<?php
|
|
|
|
|
|
namespace yiiunit\framework\log;
|
|
|
|
|
|
class SQliteTargetTest extends DbTargetTest
|
|
{
|
|
protected static $driverName = 'sqlite';
|
|
} |