mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-25 00:17:15 +01:00
13 lines
183 B
PHP
13 lines
183 B
PHP
<?php
|
|
|
|
namespace yiiunit\framework\db\oci;
|
|
|
|
/**
|
|
* @group db
|
|
* @group oci
|
|
*/
|
|
class ActiveQueryTest extends \yiiunit\framework\db\ActiveQueryTest
|
|
{
|
|
public $driverName = 'oci';
|
|
}
|