Total Complexity | 3 |
Total Lines | 21 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
7 | class Model extends \Illuminate\Database\Eloquent\Model |
||
8 | { |
||
9 | public $timestamps = false; |
||
10 | |||
11 | public function setJsonImportableRelationsForTests($relations) |
||
16 | } |
||
17 | |||
18 | public function setJsonImportableAttributesForTests($attributes) |
||
19 | { |
||
20 | $this->jsonImportableAttributes = $attributes; |
||
21 | |||
22 | return $this; |
||
23 | } |
||
24 | |||
25 | public function instanceImportForTests($objects) |
||
28 | } |
||
29 | } |
||
30 |
Checks if undeclared accessed properties appear in database migrations and if the creating migration is correct.