Skip to content

Commit

Permalink
Use MockeryPHPUnitIntegration trait
Browse files Browse the repository at this point in the history
  • Loading branch information
kesselb committed Dec 15, 2019
1 parent 627bcd0 commit c793c7c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/WebDAVIntegrationTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@

class WebDAVIntegrationTests extends TestCase
{
use Mockery\Adapter\Phpunit\MockeryPHPUnitIntegration;

/** @var Filesystem */
protected $filesystem;

Expand Down

0 comments on commit c793c7c

Please sign in to comment.