File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed
tests/Unit/Database/Traits Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff 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 ' )
You can’t perform that action at this time.
0 commit comments