Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
repl6669 committed Feb 14, 2025
1 parent fdc4250 commit 54b4ab6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/Feature/FakturoidTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,13 @@
use Dystcz\Fakturoid\Tests\TestCase;
use Fakturoid\Auth\CredentialCallback;
use Fakturoid\Auth\Credentials;
use Fakturoid\Dispatcher;
use Fakturoid\Enum\AuthTypeEnum;
use Fakturoid\FakturoidManager;
use Fakturoid\Provider\AccountProvider;

uses(TestCase::class);

it('forwards calls to FakturoidManager', function (string $method, array $params = []) {
/** @var TestCase $this */
// $dispatcher = Mockery::mock(Dispatcher::class);
//
// $accountProvider = Mockery::mock(new AccountProvider($dispatcher));

$fakturoidManager = Mockery::mock(FakturoidManager::class);

$this->app->instance('fakturoid', $fakturoidManager);
Expand Down

0 comments on commit 54b4ab6

Please sign in to comment.