Files
yii2/tests/framework/db/oci/ActiveQueryTest.php
2016-11-10 23:46:05 +01:00

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';
}