Skip to content

Commit 3384db1

Browse files
committed
Remove unused variable
1 parent 0627498 commit 3384db1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/Unit/Database/Traits/HasMutatorsTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ public function testSerializeAttribute()
3131

3232
public function testUnserializeAttribute()
3333
{
34-
$uuid = 'cf98906e-9074-11e7-9c8e-437b4bab8527';
3534
$mutator = M::mock(MutatorContract::class)
3635
->shouldReceive('get')
3736
->with('test_mutator')
@@ -54,7 +53,6 @@ public function testUnserializeAttribute()
5453

5554
public function testGetOriginal()
5655
{
57-
$uuid = 'cf98906e-9074-11e7-9c8e-437b4bab8527';
5856
$mutator = M::mock(MutatorContract::class)
5957
->shouldReceive('get')
6058
->with('test_mutator')
@@ -77,7 +75,6 @@ public function testGetOriginal()
7775

7876
public function testGetOriginalProperty()
7977
{
80-
$uuid = 'cf98906e-9074-11e7-9c8e-437b4bab8527';
8178
$mutator = M::mock(MutatorContract::class)
8279
->shouldReceive('get')
8380
->with('test_mutator')

0 commit comments

Comments
 (0)