CubridActiveDataProviderTest.php 253 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <?php namespace yiiunit\framework\db\cubrid; use yiiunit\framework\data\ActiveDataProviderTest; /** * @group db * @group cubrid * @group data */ class CubridActiveDataProviderTest extends ActiveDataProviderTest { public $driverName = 'cubrid'; }