Code Coverage
 
Classes and Traits
Functions and Methods
Lines
Total
n/a
0 / 0
n/a
0 / 0
CRAP
n/a
0 / 0
FakeModelWithoutFields
n/a
0 / 0
n/a
0 / 0
0
n/a
0 / 0
<?php
class FakeModelWithoutFields extends \Modelight\Model
{
    /**
     * Table name
     *
     * @var string
     */
    protected $tableName = 'fake_model_without_fields';
    /**
     * Array of primary keys fileds
     *
     * @var array
     */
    protected $primaryKeys = ['id_model'];
}