Files
yii2/tests/data/ar/BitValues.php
Alexander Makarov 357bce51bb Tests for #9006
2015-07-30 19:25:52 +03:00

21 lines
332 B
PHP

<?php
/**
* @link http://www.yiiframework.com/
* @copyright Copyright (c) 2008 Yii Software LLC
* @license http://www.yiiframework.com/license/
*/
namespace yiiunit\data\ar;
/**
* https://github.com/yiisoft/yii2/issues/9006
*
* @property integer $id
* @property integer $val
*/
class BitValues extends ActiveRecord
{
}