Source: libphp-swiftmailer
Version: 6.3.0-3
Severity: important
Control: affects -1 php-mockery

Hi,

The latest (1.6.7-1) php-mockery introduced some deprecations, displayed
during the testsuite of libphp-swiftmailer:

> 2x: shouldNotReceive(), never(), times(0) chaining additional invocation 
> count methods has been deprecated and will throw an exception in a future 
> version of Mockery
>   1x in 
> Swift_CharacterStream_ArrayCharacterStreamTest::testByteStreamCanBeImportingUsesValidator
>   1x in 
> Swift_CharacterStream_ArrayCharacterStreamTest::testImportingStreamProducesCorrectCharArray

These new deprecation are making the testsuite fail, including during
debci, and are thus blocking php-mockery migration.

Please consider using

        SYMFONY_DEPRECATIONS_HELPER=weak /usr/bin/phpunit

instead of

        phpunit

(or even better, get the testsuite fixed ;), in order to make the
testsuite compatible with the latest php-mockery version.

Cheers,

Attachment: signature.asc
Description: PGP signature

Reply via email to