Skip to content

Commit e59a3b2

Browse files
authored
Merge pull request #1 from barryvdh/master
tests: fix after recent merged "stepping on each others toes" (barryvdh#882)
2 parents 7ba047c + 68d3d19 commit e59a3b2

File tree

1 file changed

+6
-0
lines changed
  • tests/Console/ModelsCommand/ResetAndSmartReset

1 file changed

+6
-0
lines changed

tests/Console/ModelsCommand/ResetAndSmartReset/Test.php

+6
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,11 @@ public function testNoReset(): void
6161
* Text of existing phpdoc
6262
*
6363
* @property string $foo
64+
* @property integer $id
6465
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newModelQuery()
6566
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newQuery()
6667
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple query()
68+
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple whereId($value)
6769
* @mixin \Eloquent
6870
*/
6971
class Simple extends Model
@@ -114,9 +116,11 @@ public function testReset(): void
114116
/**
115117
* Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple
116118
*
119+
* @property integer $id
117120
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newModelQuery()
118121
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newQuery()
119122
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple query()
123+
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple whereId($value)
120124
* @mixin \Eloquent
121125
*/
122126
class Simple extends Model
@@ -167,9 +171,11 @@ public function testSmartReset(): void
167171
/**
168172
* Text of existing phpdoc
169173
*
174+
* @property integer $id
170175
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newModelQuery()
171176
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple newQuery()
172177
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple query()
178+
* @method static \Illuminate\Database\Eloquent\Builder|\Barryvdh\LaravelIdeHelper\Tests\Console\ModelsCommand\ResetAndSmartReset\Models\Simple whereId($value)
173179
* @mixin \Eloquent
174180
*/
175181
class Simple extends Model

0 commit comments

Comments
 (0)