From e11ffd0c922a07c13f23d38c7d9c82edce5298f5 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Wed, 30 Jan 2019 12:56:11 +0000 Subject: Tests --- tests/app/ModuleTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app') diff --git a/tests/app/ModuleTest.php b/tests/app/ModuleTest.php index 649be3c092..bbe694fed6 100644 --- a/tests/app/ModuleTest.php +++ b/tests/app/ModuleTest.php @@ -86,10 +86,10 @@ class ModuleTest extends \Fisharebest\Webtrees\TestCase $this->assertNotEmpty(Module::findByInterface(ModuleReportInterface::class)->all()); $this->assertNotEmpty(Module::findByInterface(ModuleSidebarInterface::class)->all()); $this->assertNotEmpty(Module::findByInterface(ModuleTabInterface::class)->all()); + $this->assertNotEmpty(Module::findByInterface(ModuleThemeInterface::class)->all()); // THe core modules do not contain any of these. $this->assertEmpty(Module::findByInterface(ModuleHistoricEventsInterface::class)->all()); - $this->assertEmpty(Module::findByInterface(ModuleThemeInterface::class)->all()); } /** -- cgit v1.3