Skip to content

Commit

Permalink
Providers are static, Titles must be instanciated outside setUp
Browse files Browse the repository at this point in the history
  • Loading branch information
trasher committed Mar 20, 2023
1 parent 7362088 commit 6c7a9c2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit/TestsBootstrap.php
Expand Up @@ -104,4 +104,7 @@
);
}

$titles = new \Galette\Repository\Titles($zdb);
$res = $titles->installInit($zdb);

require_once __DIR__ . '/GaletteTestCase.php';

0 comments on commit 6c7a9c2

Please sign in to comment.