mirror of
https://github.com/yiisoft/yii2.git
synced 2026-03-13 02:37:38 +01:00
11 lines
153 B
PHP
11 lines
153 B
PHP
<?php
|
|
namespace yiiunit\framework\rbac;
|
|
|
|
/**
|
|
* OciManagerTest
|
|
*/
|
|
class OciManagerTest extends DbManagerTestCase
|
|
{
|
|
protected $driverName = 'oci';
|
|
}
|