mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-04 06:24:36 +01:00
10 lines
133 B
PHP
10 lines
133 B
PHP
<?php
|
|
|
|
|
|
namespace yiiunit\framework\log;
|
|
|
|
|
|
class MySQLTargetTest extends DbTargetTest
|
|
{
|
|
protected static $driverName = 'mysql';
|
|
} |