Skip to content

phpunit 11 deprecations #7594

@BacLuc

Description

@BacLuc
  1. App\Tests\State\ContentNodes\StoryboardPersistProcessorTest::testSetsRootFromParentOnCreate
  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

/home/runner/work/ecamp3/ecamp3/api/tests/State/ContentNodes/StoryboardPersistProcessorTest.php:74

  1. App\Tests\State\ContentNodes\StoryboardPersistProcessorTest::testDoesNotSetRootFromParentOnUpdate
  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

/home/runner/work/ecamp3/ecamp3/api/tests/State/ContentNodes/StoryboardPersistProcessorTest.php:83

  1. App\Tests\State\ContentNodes\StoryboardPersistProcessorTest::testSetDefaultValueOnCreate
  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

/home/runner/work/ecamp3/ecamp3/api/tests/State/ContentNodes/StoryboardPersistProcessorTest.php:92

  1. App\Tests\State\ContentNodes\StoryboardPersistProcessorTest::testSantizeDataOnCreate
  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

/home/runner/work/ecamp3/ecamp3/api/tests/State/ContentNodes/StoryboardPersistProcessorTest.php:110

  1. App\Tests\State\ContentNodes\StoryboardPersistProcessorTest::testSanitizeOnUpdate
  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

  • returnCallback() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnCallback() instead of $double->will($this->returnCallback())

/home/runner/work/ecamp3/ecamp3/api/tests/State/ContentNodes/StoryboardPersistProcessorTest.php:132

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testThrowsIfOnePropertyChangeListenerIsOfWrongType
  • getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

  • getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:61

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testCallsOnBeforeCreateAndOnAfterCreateOnPost
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:72

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testNotCallPropertyChangeListenerIfDataWasNullBefore
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:86

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testThrowErrorIfExtractPropertyFails
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:103

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testNotCallPropertyChangeListenerIfPropertyDidNotChange
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:120

  1. App\Tests\State\Util\AbstractPersistProcessorTest::testCallPropertyChangeListenerIfPropertyDidChange
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractPersistProcessorTest.php:138

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testDateConvertsToDatabaseValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:32

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set #0 (0)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Devel #1 ('')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/service layer #2 ('foo')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/i18n #3 ('10:11:12')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/validate #4 ('2015-01-31')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/timestamps #5 ('2015-01-31 10:11:12')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/service layer #6 (stdClass Object ())
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/blueprint #7 (27)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/userdom #8 (-1)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/layout #9 (1.2)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Devel #10 ([])
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/avatar #11 (['an array'])
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testNullConversion
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:43

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testConvertDateTimeToPHPValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:47

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testDateConvertsToPHPValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:22

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testDateResetsNonDatePartsToZeroUnixTimeValues
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:30

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testDateRestsSummerTimeAffection
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:36

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInvalidDateFormatConversion
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:48

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testConvertsPHPValueToUTC
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:56

  1. App\Tests\Types\Doctrine\UTCDateTypeTest::testInterpretsDatabaseValueAsUTC
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTypeTest.php:67

  1. App\Tests\Doctrine\Filter\ContentNodePeriodFilterTest::testGetDescription
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/ContentNodePeriodFilterTest.php:97

  1. App\Tests\Doctrine\Filter\ContentNodePeriodFilterTest::testFailsForResouceClassOtherThanContentNode
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/ContentNodePeriodFilterTest.php:114

  1. App\Tests\Doctrine\Filter\ContentNodePeriodFilterTest::testDoesNothingForPropertiesOtherThanPeriod
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/ContentNodePeriodFilterTest.php:128

  1. App\Tests\Doctrine\Filter\ContentNodePeriodFilterTest::testAddsFilterForPeriodProperty
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/ContentNodePeriodFilterTest.php:154

  1. App\Tests\Doctrine\Filter\MaterialItemPeriodFilterTest::testGetDescription
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/MaterialItemPeriodFilterTest.php:117

  1. App\Tests\Doctrine\Filter\MaterialItemPeriodFilterTest::testFailsForResouceClassOtherThanMaterialItem
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/MaterialItemPeriodFilterTest.php:134

  1. App\Tests\Doctrine\Filter\MaterialItemPeriodFilterTest::testDoesNothingForPropertiesOtherThanPeriod
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/MaterialItemPeriodFilterTest.php:148

  1. App\Tests\Doctrine\Filter\MaterialItemPeriodFilterTest::testAddsFilterForPeriodProperty
  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnSelf() is deprecated and will be removed in PHPUnit 12. Use $double->willReturnSelf() instead of $double->will($this->returnSelf())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

  • returnValue() is deprecated and will be removed in PHPUnit 12. Use $double->willReturn() instead of $double->will($this->returnValue())

/home/runner/work/ecamp3/ecamp3/api/tests/Doctrine/Filter/MaterialItemPeriodFilterTest.php:169

  1. App\Tests\State\Util\AbstractRemoveProcessorTest::testCallsOnBeforeAndOnAfterOnDelete
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/State/Util/AbstractRemoveProcessorTest.php:30

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testDateConvertsToDatabaseValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:32

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set #0 (0)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Devel #1 ('')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/service layer #2 ('foo')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/i18n #3 ('10:11:12')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/validate #4 ('2015-01-31')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/timestamps #5 ('2015-01-31 10:11:12')
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/service layer #6 (stdClass Object ())
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/blueprint #7 (27)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/userdom #8 (-1)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/layout #9 (1.2)
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Devel #10 ([])
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidTypeConversionToDatabaseValue with data set Feature/avatar #11 (['an array'])
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:37

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testNullConversion
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:43

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testConvertDateTimeToPHPValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/BaseDateTypeTestCase.php:47

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testDateTimeConvertsToDatabaseValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTimeTypeTest.php:22

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testDateTimeConvertsToPHPValue
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTimeTypeTest.php:31

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInvalidDateTimeFormatConversion
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTimeTypeTest.php:38

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testConvertsPHPValueToUTC
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTimeTypeTest.php:46

  1. App\Tests\Types\Doctrine\UTCDateTimeTypeTest::testInterpretsDatabaseValueAsUTC
    getMockForAbstractClass() is deprecated and will be removed in PHPUnit 12 without replacement.

/home/runner/work/ecamp3/ecamp3/api/tests/Types/Doctrine/UTCDateTimeTypeTest.php:57

--

2 tests triggered 4 PHP deprecations:

  1. /home/runner/work/ecamp3/ecamp3/api/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php:139
    ReCaptcha\ReCaptcha::__construct(): Implicitly marking parameter $requestMethod as nullable is deprecated, the explicit nullable type must be used instead

Triggered by:

  • App\Tests\Api\UserActivation\ResendActivationTest::testPostResendActivationSendsActivationEmail
    /home/runner/work/ecamp3/ecamp3/api/tests/Api/UserActivation/ResendActivationTest.php:13
  1. /home/runner/work/ecamp3/ecamp3/api/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php:66
    ReCaptcha\RequestMethod\CurlPost::__construct(): Implicitly marking parameter $curl as nullable is deprecated, the explicit nullable type must be used instead

Triggered by:

  • App\Tests\Api\UserActivation\ResendActivationTest::testPostResendActivationSendsActivationEmail
    /home/runner/work/ecamp3/ecamp3/api/tests/Api/UserActivation/ResendActivationTest.php:13
  1. /home/runner/work/ecamp3/ecamp3/api/vendor/google/recaptcha/src/ReCaptcha/ReCaptcha.php:139
    ReCaptcha\ReCaptcha::__construct(): Implicitly marking parameter $requestMethod as nullable is deprecated, the explicit nullable type must be used instead

Triggered by:

  • App\Tests\Api\ResetPassword\ResetPasswordTest::testPostResetPasswordResetsPasswordForAnonymousUser
    /home/runner/work/ecamp3/ecamp3/api/tests/Api/ResetPassword/ResetPasswordTest.php:16
  1. /home/runner/work/ecamp3/ecamp3/api/vendor/google/recaptcha/src/ReCaptcha/RequestMethod/CurlPost.php:66
    ReCaptcha\RequestMethod\CurlPost::__construct(): Implicitly marking parameter $curl as nullable is deprecated, the explicit nullable type must be used instead

Triggered by:

  • App\Tests\Api\ResetPassword\ResetPasswordTest::testPostResetPasswordResetsPasswordForAnonymousUser
    /home/runner/work/ecamp3/ecamp3/api/tests/Api/ResetPassword/ResetPasswordTest.php:16

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions