diff --git a/tests/SolrIndexSubsitesTest.php b/tests/SolrIndexSubsitesTest.php index 0d557df..1cd3889 100644 --- a/tests/SolrIndexSubsitesTest.php +++ b/tests/SolrIndexSubsitesTest.php @@ -26,6 +26,7 @@ class SolrIndexSubsitesTest extends SapphireTest { // Prevent parent::setUp() crashing on db build if (!class_exists('Subsite')) { $this->skipTest = true; + $this->markTestSkipped("These tests need the Subsite module installed to run"); } parent::setUp();