Source: php-sabredav Version: 1.8.12-8 Severity: serious Justification: FTBFS on amd64 Tags: bullseye sid ftbfs Usertags: ftbfs-20200222 ftbfs-bullseye
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[1]: Entering directory '/<<PKGBUILDDIR>>' > phpunit --configuration tests/phpunit.xml > PHPUnit 8.5.2 by Sebastian Bergmann and contributors. > > ..SSSSSSSSSSSSSSSSSSSSSSS..WW..W.W..............WWW....W...W. 61 / 1201 ( > 5%) > ......WW..W.W....WWW......................R.................. 122 / 1201 ( > 10%) > ......................R.R...............RR..........W..WW.... 183 / 1201 ( > 15%) > ...W.....WWW....WWWWW...R....W..............W.......W...WW... 244 / 1201 ( > 20%) > .WW............................WW......................WW.... 305 / 1201 ( > 25%) > .....WW....WW..WW...RSRSSW.W........RSRS...R....W............ 366 / 1201 ( > 30%) > .........R.W....WWW.WW.WW.W...............WW...W........W.W.. 427 / 1201 ( > 35%) > W....W.SSSSSSSSSSSS.....W.................W..............RS.. 488 / 1201 ( > 40%) > .WW.WW.W..W.W...................................WW.EWWWW.RW.. 549 / 1201 ( > 45%) > W.SS...RW..WW...WW....WWWRSSSS.S.........RW.......RRR........ 610 / 1201 ( > 50%) > ........W.................................................... 671 / 1201 ( > 55%) > ..........R...............SSSSSSSS........................... 732 / 1201 ( > 60%) > .......................W..................................... 793 / 1201 ( > 66%) > ..........W.....W..................................W.W....W.. 854 / 1201 ( > 71%) > WW......W..........W............WW..............R......W..... 915 / 1201 ( > 76%) > ..............................................WW...........WW 976 / 1201 ( > 81%) > ...........................WW.......WW.W.WWWWWWW............. 1037 / 1201 ( > 86%) > .W.WWWWWWWWWW..........................W.SSSSSSSSS........... 1098 / 1201 ( > 91%) > W........W.............W.R.R....W.WW...W......WRSS........... 1159 / 1201 ( > 96%) > .................E........................ 1201 / 1201 > (100%) > > Time: 2.63 seconds, Memory: 30.00 MB > > There were 2 errors: > > 1) Sabre\DAV\Auth\Backend\AbstractDigestTest::testAuthenticateNoHeaders > Trying to access array offset on value of type bool > > /<<PKGBUILDDIR>>/lib/Sabre/HTTP/DigestAuth.php:125 > /<<PKGBUILDDIR>>/lib/Sabre/DAV/Auth/Backend/AbstractDigest.php:61 > /<<PKGBUILDDIR>>/tests/Sabre/DAV/Auth/Backend/AbstractDigestTest.php:22 > > 2) Sabre\HTTP\DigestAuthTest::testInvalidDigest2 > Trying to access array offset on value of type bool > > /<<PKGBUILDDIR>>/lib/Sabre/HTTP/DigestAuth.php:136 > /<<PKGBUILDDIR>>/lib/Sabre/HTTP/DigestAuth.php:100 > /<<PKGBUILDDIR>>/tests/Sabre/HTTP/DigestAuthTest.php:164 > > -- > > There were 140 warnings: > > 1) Sabre\CalDAV\Backend\PDOSQLiteTest::testCreateCalendarAndFetch > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 2) Sabre\CalDAV\Backend\PDOSQLiteTest::testUpdateCalendarAndFetch > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 3) Sabre\CalDAV\Backend\PDOSQLiteTest::testCreateCalendarIncorrectComponentSet > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 4) Sabre\CalDAV\Backend\PDOSQLiteTest::testCreateCalendarObjectNoComponent > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 5) Sabre\CalDAV\CalendarObjectTest::testSetup > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 6) Sabre\CalDAV\CalendarObjectTest::testInvalidArg1 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 7) Sabre\CalDAV\CalendarObjectTest::testInvalidArg2 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 8) Sabre\CalDAV\CalendarObjectTest::testGetSize > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 9) Sabre\CalDAV\CalendarObjectTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 10) Sabre\CalDAV\CalendarQueryParserTest::testNoFilter > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 11) Sabre\CalDAV\CalendarQueryParserTest::testTwoCompFilter > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 12) Sabre\CalDAV\CalendarQueryParserTest::testCompTimeRangeOnVCALENDAR > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 13) Sabre\CalDAV\CalendarQueryParserTest::testCompTimeRangeBadRange > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 14) Sabre\CalDAV\CalendarQueryParserTest::testExpandNoStart > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 15) Sabre\CalDAV\CalendarQueryParserTest::testExpandNoEnd > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 16) Sabre\CalDAV\CalendarQueryParserTest::testExpandBadTimes > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 17) Sabre\CalDAV\CalendarTest::testGetChildNotFound > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 18) Sabre\CalDAV\CalendarTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 19) Sabre\CalDAV\CalendarTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 20) Sabre\CalDAV\CalendarTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 21) Sabre\CalDAV\FreeBusyReportTest::testFreeBusyReportNoTimeRange > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 22) Sabre\CalDAV\FreeBusyReportTest::testFreeBusyReportWrongNode > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 23) Sabre\CalDAV\FreeBusyReportTest::testFreeBusyReportNoACLPlugin > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 24) Sabre\CalDAV\FreeBusyRequestTest::testNoItipMethod > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 25) Sabre\CalDAV\FreeBusyRequestTest::testNoVFreeBusy > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 26) Sabre\CalDAV\FreeBusyRequestTest::testIncorrectOrganizer > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 27) Sabre\CalDAV\FreeBusyRequestTest::testNoAttendees > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 28) Sabre\CalDAV\FreeBusyRequestTest::testNoDTStart > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 29) Sabre\CalDAV\ICSExportPluginTest::testACLIntegrationBlocked > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 30) Sabre\CalDAV\Notifications\CollectionTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 31) Sabre\CalDAV\Notifications\NodeTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 32) Sabre\CalDAV\Notifications\Notification\InviteReplyTest::testMissingArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 33) Sabre\CalDAV\Notifications\Notification\InviteReplyTest::testUnknownArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 34) Sabre\CalDAV\Notifications\Notification\InviteTest::testMissingArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 35) Sabre\CalDAV\Notifications\Notification\InviteTest::testUnknownArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 36) Sabre\CalDAV\PluginTest::testMkCalendarSucceed > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 37) Sabre\CalDAV\PluginTest::testMkCalendarEmptyBodySucceed > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 38) Sabre\CalDAV\Principal\ProxyReadTest::testDelete > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 39) Sabre\CalDAV\Principal\ProxyReadTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 40) Sabre\CalDAV\Principal\ProxyWriteTest::testDelete > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 41) Sabre\CalDAV\Principal\ProxyWriteTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 42) Sabre\CalDAV\Principal\UserTest::testCreateFile > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 43) Sabre\CalDAV\Principal\UserTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 44) Sabre\CalDAV\Principal\UserTest::testGetChildNotFound > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 45) Sabre\CalDAV\Principal\UserTest::testGetChildNotFound2 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 46) Sabre\CalDAV\Property\InviteTest::testUnserializeNoStatus > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 47) Sabre\CalDAV\Property\ScheduleCalendarTranspTest::testBadArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 48) Sabre\CalDAV\SharedCalendarTest::testCreateInstanceMissingArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 49) Sabre\CalDAV\UserCalendarsTest::testGetChildNotFound > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 50) Sabre\CalDAV\UserCalendarsTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 51) Sabre\CalDAV\UserCalendarsTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 52) Sabre\CalDAV\UserCalendarsTest::testDelete > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 53) Sabre\CalDAV\UserCalendarsTest::testCreateFile > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 54) Sabre\CalDAV\UserCalendarsTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 55) > Sabre\CalDAV\UserCalendarsTest::testCreateExtendedCollectionBadResourceType > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 56) Sabre\CalDAV\UserCalendarsTest::testCreateExtendedCollectionNotACalendar > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 57) Sabre\CalDAV\UserCalendarsTest::testShareReplyFail > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 58) Sabre\CardDAV\AddressBookQueryParserTest::testFilterDoubleFilter > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 59) Sabre\CardDAV\AddressBookQueryParserTest::testFilterCorruptTest > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 60) Sabre\CardDAV\AddressBookQueryParserTest::testBadTextMatch > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 61) Sabre\CardDAV\AddressBookTest::testGetChildNotFound > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 62) Sabre\CardDAV\AddressBookTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 63) Sabre\CardDAV\AddressBookTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 64) Sabre\CardDAV\AddressBookTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 65) Sabre\CardDAV\Backend\PDOSqliteTest::testCreateAddressBookUnsupportedProp > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 66) Sabre\CardDAV\CardTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 67) Sabre\CardDAV\UserAddressBooksTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 68) Sabre\CardDAV\UserAddressBooksTest::testDelete > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 69) Sabre\CardDAV\UserAddressBooksTest::testCreateFile > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 70) Sabre\CardDAV\UserAddressBooksTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 71) Sabre\CardDAV\UserAddressBooksTest::testGetChild404 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 72) Sabre\CardDAV\UserAddressBooksTest::testCreateExtendedCollectionInvalid > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 73) Sabre\CardDAV\UserAddressBooksTest::testSetACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 74) Sabre\DAV\Auth\Backend\AbstractBasicTest::testAuthenticateNoHeaders > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 75) Sabre\DAV\Auth\Backend\AbstractBasicTest::testAuthenticateUnknownUser > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 76) > Sabre\DAV\Auth\Backend\AbstractDigestTest::testAuthenticateBadGetUserInfoResponse > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 77) > Sabre\DAV\Auth\Backend\AbstractDigestTest::testAuthenticateBadGetUserInfoResponse2 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 78) Sabre\DAV\Auth\Backend\AbstractDigestTest::testAuthenticateUnknownUser > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 79) Sabre\DAV\Auth\Backend\AbstractDigestTest::testAuthenticateBadPassword > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 80) Sabre\DAV\Auth\Backend\ApacheTest::testNoHeader > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 81) Sabre\DAV\Auth\Backend\FileTest::testLoadFileBroken > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 82) Sabre\DAV\Auth\PluginTest::testAuthenticateFail > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 83) Sabre\DAV\BasicNodeTest::testPut > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 84) Sabre\DAV\BasicNodeTest::testGet > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 85) Sabre\DAV\BasicNodeTest::testDelete > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 86) Sabre\DAV\BasicNodeTest::testSetName > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 87) Sabre\DAV\BasicNodeTest::testGetChild404 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 88) Sabre\DAV\BasicNodeTest::testCreateFile > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 89) Sabre\DAV\BasicNodeTest::testCreateDirectory > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 90) Sabre\DAV\ClientTest::testConstructNoBaseUri > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 91) Sabre\DAV\ClientTest::testPropFindNoXML > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 92) Sabre\DAV\Locks\PluginTest::testGetTimeoutHeaderInvalid > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 93) Sabre\DAV\Property\ResponseListTest::testInvalidArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 94) Sabre\DAV\Property\ResponseTest::testSerializeBreak > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 95) Sabre\DAV\ServerPreconditionsTest::testIfMatchNoNode > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 96) Sabre\DAV\ServerPreconditionsTest::testIfMatchWrongEtag > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 97) Sabre\DAV\ServerPreconditionsTest::testIfNoneMatchHasNode > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 98) Sabre\DAV\ServerPreconditionsTest::testIfNoneMatchCorrectEtag > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 99) Sabre\DAV\ServerPreconditionsTest::testIfNoneMatchCorrectEtagMultiple > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 100) Sabre\DAV\ServerPreconditionsTest::testIfUnmodifiedSinceModified > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 101) Sabre\DAV\ServerPropsTest::testUpdatePropertiesFail3 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 102) Sabre\DAV\ServerSimpleTest::testConstructIncorrectObj > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 103) Sabre\DAV\ServerSimpleTest::testConstructInvalidArg > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 104) Sabre\DAV\ServerSimpleTest::testGuessBaseUriBadConfig > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 105) Sabre\DAV\StringUtilTest::testBadCollation > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 106) Sabre\DAV\StringUtilTest::testBadMatchType > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 107) Sabre\DAV\Tree\FilesystemTest::testGetNodeForPath_DoesntExist > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 108) Sabre\DAV\Tree\FilesystemTest::testGetNodeForPath_Directory > assertInternalType() is deprecated and will be removed in PHPUnit 9. Refactor > your test to use assertIsArray(), assertIsBool(), assertIsFloat(), > assertIsInt(), assertIsNumeric(), assertIsObject(), assertIsResource(), > assertIsString(), assertIsScalar(), assertIsCallable(), or assertIsIterable() > instead. > > 109) Sabre\DAV\XMLUtilTest::testLoadDOMDocumentEmpty > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 110) Sabre\DAV\XMLUtilTest::testLoadDOMDocumentInvalid > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 111) Sabre\DAV\XMLUtilTest::testParseClarkNotationFail > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 112) Sabre\DAVACL\ACLMethodTest::testCallback > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 113) Sabre\DAVACL\ACLMethodTest::testNotSupportedByNode > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 114) Sabre\DAVACL\ACLMethodTest::testUnrecognizedPrincipal > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 115) Sabre\DAVACL\ACLMethodTest::testUnrecognizedPrincipal2 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 116) Sabre\DAVACL\ACLMethodTest::testUnknownPrivilege > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 117) Sabre\DAVACL\ACLMethodTest::testAbstractPrivilege > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 118) Sabre\DAVACL\ACLMethodTest::testUpdateProtectedPrivilege > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 119) Sabre\DAVACL\ACLMethodTest::testUpdateProtectedPrivilege2 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 120) Sabre\DAVACL\ACLMethodTest::testUpdateProtectedPrivilege3 > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 121) Sabre\DAVACL\BlockAccessTest::testGet > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 122) Sabre\DAVACL\BlockAccessTest::testHEAD > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 123) Sabre\DAVACL\BlockAccessTest::testOPTIONS > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 124) Sabre\DAVACL\BlockAccessTest::testPUT > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 125) Sabre\DAVACL\BlockAccessTest::testPROPPATCH > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 126) Sabre\DAVACL\BlockAccessTest::testCOPY > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 127) Sabre\DAVACL\BlockAccessTest::testMOVE > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 128) Sabre\DAVACL\BlockAccessTest::testACL > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 129) Sabre\DAVACL\BlockAccessTest::testLOCK > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 130) Sabre\DAVACL\BlockAccessTest::testBeforeBind > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 131) Sabre\DAVACL\BlockAccessTest::testBeforeUnbind > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 132) Sabre\DAVACL\PluginUpdatePropertiesTest::testSetBadValue > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 133) Sabre\DAVACL\PrincipalCollectionTest::testGetChildrenDisable > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 134) Sabre\DAVACL\PrincipalTest::testConstructNoUri > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 135) Sabre\DAVACL\PrincipalTest::testSetACl > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 136) Sabre\DAVACL\Property\ACLTest::testUnserializeNoPrincipal > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 137) Sabre\DAVACL\Property\ACLTest::testUnserializeDeny > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 138) Sabre\DAVACL\Property\ACLTest::testUnserializeMissingPriv > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 139) Sabre\DAVACL\Property\PrincipalTest::testNoHref > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > 140) Sabre\DAVACL\Property\PrincipalTest::testUnserializeUnknown > The @expectedException, @expectedExceptionCode, @expectedExceptionMessage, > and @expectedExceptionMessageRegExp annotations are deprecated. They will be > removed in PHPUnit 9. Refactor your test to use expectException(), > expectExceptionCode(), expectExceptionMessage(), or > expectExceptionMessageRegExp() instead. > > -- > > There were 25 risky tests: > > 1) Sabre\CalDAV\CalendarQueryValidatorTest::testValid with data set #20 > ('BEGIN:VCARD\nVERSION:3.0\nFN:...:VCARD', array('VEVENT', array(), array(), > false, null), -1) > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php:12 > > 2) Sabre\CalDAV\CalendarQueryValidatorTest::testValid with data set #61 > ('BEGIN:VCALENDAR\nBEGIN:VFREEB...LENDAR', array('VFREEBUSY', array(), > array(), false, array(DateTime Object (...), DateTime Object (...))), -1) > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php:12 > > 3) Sabre\CalDAV\CalendarQueryValidatorTest::testValid with data set #63 > ('BEGIN:VCALENDAR\nBEGIN:VEVENT...LENDAR', array('VEVENT', array(), > array(array('SUMMARY', false, array(), array(DateTime Object (...), DateTime > Object (...)), null)), false, null), -1) > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php:12 > > 4) Sabre\CalDAV\CalendarQueryValidatorTest::testValid with data set #79 > ('BEGIN:VCALENDAR\nBEGIN:VJOURN...LENDAR', array('VJOURNAL', array(), > array(array('VALARM', false, array(), array(), array(DateTime Object (...), > DateTime Object (...)), null)), false, null), -1) > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php:12 > > 5) Sabre\CalDAV\CalendarQueryValidatorTest::testValid with data set #80 > ('BEGIN:VCALENDAR\nBEGIN:VJOURN...LENDAR', array('VJOURNAL', array(), > array(array('VALARM', false, array(), array(), array(DateTime Object (...), > DateTime Object (...)), null)), false, null), -1) > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/CalendarQueryValidatorTest.php:12 > > 6) Sabre\CalDAV\ICSExportPluginTest::testInit > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/ICSExportPluginTest.php:15 > > 7) Sabre\CalDAV\Property\AllowedSharingModesTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/Property/AllowedSharingModesTest.php:10 > > 8) Sabre\CalDAV\Property\InviteTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/Property/InviteTest.php:10 > > 9) Sabre\CalDAV\Property\SupportedCalendarDataTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/Property/SupportedCalendarDataTest.php:10 > > 10) Sabre\CalDAV\Property\SupportedCollationSetTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/Property/SupportedCollationSetTest.php:10 > > 11) Sabre\CalDAV\ShareableCalendarTest::testPublish > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/ShareableCalendarTest.php:56 > > 12) Sabre\CalDAV\UserCalendarsSharedCalendarsTest::testShareReply > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CalDAV/UserCalendarsSharedCalendarsTest.php:86 > > 13) Sabre\CardDAV\Property\SupportedAddressDataDataTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/CardDAV/Property/SupportedAddressDataTest.php:10 > > 14) Sabre\DAV\Auth\Backend\ApacheTest::testConstruct > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/Auth/Backend/ApacheTest.php:10 > > 15) Sabre\DAV\Auth\PluginTest::testAuthenticate > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/Auth/PluginTest.php:25 > > 16) Sabre\DAV\BasicNodeTest::testSimpleDirectoryConstruct > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/BasicNodeTest.php:131 > > 17) Sabre\DAV\ClientTest::testConstruct > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/ClientTest.php:17 > > 18) Sabre\DAV\ClientTest::testRequestError > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/ClientTest.php:377 > > 19) Sabre\DAV\ClientTest::testRequestHTTPError > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/ClientTest.php:412 > > 20) Sabre\DAV\ClientTest::testRequestHTTP404 > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/ClientTest.php:447 > > 21) Sabre\DAV\Locks\Backend\FSTest::testGetLocksChildren > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/Locks/Backend/FSTest.php:24 > > 22) Sabre\DAV\ServerSimpleTest::testBaseUriCheck > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAV/ServerSimpleTest.php:364 > > 23) Sabre\DAVACL\Property\ACLRestrictionsTest::testConstruct > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAVACL/Property/ACLRestrictionsTest.php:10 > > 24) Sabre\DAVACL\Property\ACLTest::testConstruct > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAVACL/Property/ACLTest.php:11 > > 25) Sabre\DAVACL\Property\SupportedPrivilegeSetTest::testSimple > This test did not perform any assertions > > /<<PKGBUILDDIR>>/tests/Sabre/DAVACL/Property/SupportedPrivilegeSetTest.php:12 > > ERRORS! > Tests: 1201, Assertions: 2193, Errors: 2, Warnings: 140, Skipped: 67, Risky: > 25. > make[1]: *** [debian/rules:20: override_dh_auto_test] Error 2 The full build log is available from: http://qa-logs.debian.net/2020/02/22/php-sabredav_1.8.12-8_unstable.log A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on EC2 VM instances from Amazon Web Services, using a clean, minimal and up-to-date chroot. Every failed build was retried once to eliminate random failures.