Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
lastlink committed Jul 19, 2024
1 parent db5dac1 commit 3927044
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Test/Model/WikiPageTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,18 @@

class WikiPageTest extends Base
{
public function setUp()
/**
* @var Plugin
*/
protected $plugin;

protected function setUp(): void
{
parent::setUp();
$this->plugin = new Plugin($this->container);
// $this->plugin = new Plugin($this->container);

// $plugin = new Loader($this->container);
// $plugin->scan();
$plugin = new Loader($this->container);
$plugin->scan();
}

public function testCreation()
Expand Down

0 comments on commit 3927044

Please sign in to comment.