Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Commit

Permalink
fix(CI): fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
ccheng-dev authored and pschuele committed Aug 18, 2021
1 parent 477f71e commit 960ca03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tine20/GithubTests.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public static function suite()
$suite = new \PHPUnit\Framework\TestSuite('Tine 2.0 Github Action Smoke Testing');

// addressbook
$suite->addTestSuite(Addressbook_JsonTest::class);
$suite->addTestSuite(Addressbook_Frontend_JsonTest::class);
$suite->addTest(Addressbook_Frontend_AllTests::suite());
$suite->addTest(Addressbook_Convert_Contact_VCard_AllTests::suite());

Expand Down

0 comments on commit 960ca03

Please sign in to comment.