Skip to content

Commit

Permalink
Merge branch '2024.11'
Browse files Browse the repository at this point in the history
  • Loading branch information
gitlabci committed Jan 28, 2025
2 parents 674b5a0 + 4f65786 commit c192a78
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions tests/tine20/EventManager/ControllerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
*/
class EventManager_ControllerTest extends TestCase
{
/**
* set up tests
*/
protected function setUp(): void
{
if (!Tinebase_Application::getInstance()->isInstalled('EventManager')) {
self::markTestSkipped('App is not installed');
}
parent::setUp();
}

/**
* try to add an event
*
Expand Down

0 comments on commit c192a78

Please sign in to comment.