mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-10 09:17:39 +01:00
14 lines
183 B
PHP
14 lines
183 B
PHP
<?php
|
|
|
|
|
|
namespace yiiunit\framework\log;
|
|
|
|
/**
|
|
* @group db
|
|
* @group mysql
|
|
* @group log
|
|
*/
|
|
class MySQLTargetTest extends DbTargetTest
|
|
{
|
|
protected static $driverName = 'mysql';
|
|
} |