CubridConnectionTest.php 227 Bytes EditWeb IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 <?php namespace yiiunit\framework\db\cubrid; use yiiunit\framework\db\ConnectionTest; class CubridConnectionTest extends ConnectionTest { protected function setUp() { $this->driverName = 'cubrid'; parent::setUp(); } }