Skip to content

Commit bfd72ae

Browse files
authored
Update HitCounterServiceTest.php
1 parent 5d78042 commit bfd72ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/HitCounterServiceTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ protected function setUp()
5151
$hcr = Mockery::mock('\coderius\hitCounter\repositories\HitCounterRepository');
5252
$rp = Mockery::mock('\coderius\hitCounter\entities\HitCounter');
5353
$hcr->shouldReceive('save')->with($rp)->once();
54-
$hcr->save($rp);
54+
//$hcr->save($rp);
5555
$this->service = new HitCounterService($dd, $hcr);
5656
}
5757

0 commit comments

Comments
 (0)