Skip to content

Commit

Permalink
take 3
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Aug 19, 2024
1 parent 7cb7cf3 commit d3a91eb
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Test/Model/WikiModelTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@ class WikiModelTest extends Base
protected function setUp(): void
{
parent::setUp();

$this->db = $this->createMock(\PicoDb\Database::class);
$this->container = $this->createMock(\Psr\Container\ContainerInterface::class);

// $this->container
// ->method('get')
// ->willReturnMap([
// [\PicoDb\Database::class, $this->db]
// ]);
// $this->plugin = new Plugin($this->container);

$plugin = new Loader($this->container);
Expand Down

0 comments on commit d3a91eb

Please sign in to comment.