Skip to content

Commit

Permalink
Remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
kchung committed Oct 15, 2024
1 parent 0627498 commit 3384db1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tests/Unit/Database/Traits/HasMutatorsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public function testSerializeAttribute()

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

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

public function testGetOriginalProperty()
{
$uuid = 'cf98906e-9074-11e7-9c8e-437b4bab8527';
$mutator = M::mock(MutatorContract::class)
->shouldReceive('get')
->with('test_mutator')
Expand Down

0 comments on commit 3384db1

Please sign in to comment.