Closed michalbundyra closed 7 years ago
We can bump everything to 7.1, as other zf components are also finally doing it
On 3 Jul 2017 14:50, "Michał Bundyra" notifications@github.com wrote:
These version of PHPUnit are currenty supported. We need both versions because PHPUnit 6 supports only PHP7+.
Changed travis configuration to use PHPUnit 5.7 on PHP 5.6.
You can view, comment on, or merge this pull request online at:
https://github.com/zendframework/zend-code/pull/114 Commit Summary
- Updated PHUnit to 6.2.2 || 5.7.21
File Changes
- M .travis.yml https://github.com/zendframework/zend-code/pull/114/files#diff-0 (14)
- M composer.json https://github.com/zendframework/zend-code/pull/114/files#diff-1 (2)
- M composer.lock https://github.com/zendframework/zend-code/pull/114/files#diff-2 (846)
- M test/Annotation/AnnotationManagerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-3 (2)
- M test/Annotation/DoctrineAnnotationParserTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-4 (2)
- M test/Annotation/GenericAnnotationParserTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-5 (2)
- M test/Generator/AbstractGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-6 (4)
- M test/Generator/AbstractMemberGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-7 (3)
- M test/Generator/ClassGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-8 (103)
- M test/Generator/DocBlock/Tag/AuthorTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-9 (3)
- M test/Generator/DocBlock/Tag/GenericTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-10 (3)
- M test/Generator/DocBlock/Tag/LicenseTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-11 (3)
- M test/Generator/DocBlock/Tag/MethodTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-12 (3)
- M test/Generator/DocBlock/Tag/ParamTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-13 (3)
- M test/Generator/DocBlock/Tag/PropertyTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-14 (3)
- M test/Generator/DocBlock/Tag/ReturnTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-15 (3)
- M test/Generator/DocBlock/Tag/ThrowsTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-16 (3)
- M test/Generator/DocBlock/Tag/TypableTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-17 (3)
- M test/Generator/DocBlockGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-18 (3)
- M test/Generator/FileGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-19 (3)
- M test/Generator/InterfaceGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-20 (3)
- M test/Generator/MethodGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-21 (6)
- M test/Generator/ParameterGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-22 (3)
- M test/Generator/PropertyGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-23 (10)
- M test/Generator/PropertyValueGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-24 (3)
- M test/Generator/TraitGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-25 (29)
- M test/Generator/TypeGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-26 (5)
- M test/Generator/ValueGeneratorTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-27 (11)
- M test/Generic/Prototype/PrototypeClassFactoryTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-28 (7)
- M test/NameInformationTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-29 (3)
- M test/Reflection/ClassReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-30 (3)
- M test/Reflection/DocBlock/Tag/AuthorTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-31 (3)
- M test/Reflection/DocBlock/Tag/GenericTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-32 (3)
- M test/Reflection/DocBlock/Tag/LicenseTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-33 (3)
- M test/Reflection/DocBlock/Tag/MethodTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-34 (3)
- M test/Reflection/DocBlock/Tag/PropertyTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-35 (3)
- M test/Reflection/DocBlock/Tag/ThrowsTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-36 (3)
- M test/Reflection/DocBlockReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-37 (3)
- M test/Reflection/FileReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-38 (15)
- M test/Reflection/FunctionReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-39 (6)
- M test/Reflection/MethodReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-40 (5)
- M test/Reflection/ParameterReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-41 (3)
- M test/Reflection/PropertyReflectionTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-42 (3)
- M test/Reflection/ReflectionDocBlockTagTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-43 (3)
- M test/Scanner/AggregateDirectoryScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-44 (4)
- M test/Scanner/AnnotationScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-45 (3)
- M test/Scanner/CachingFileScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-46 (3)
- M test/Scanner/ClassScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-47 (6)
- M test/Scanner/ConstantScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-48 (2)
- M test/Scanner/DerivedClassScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-49 (3)
- M test/Scanner/DocBlockScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-50 (2)
- M test/Scanner/FileScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-51 (2)
- M test/Scanner/MethodScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-52 (2)
- M test/Scanner/ParameterScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-53 (2)
- M test/Scanner/PropertyScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-54 (2)
- M test/Scanner/TokenArrayScannerTest.php https://github.com/zendframework/zend-code/pull/114/files#diff-55 (2)
Patch Links:
- https://github.com/zendframework/zend-code/pull/114.patch
- https://github.com/zendframework/zend-code/pull/114.diff
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zendframework/zend-code/pull/114, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJakGGAO2bU4Tz_-XY7AknMGeeTMz2cks5sKON7gaJpZM4OMPrR .
@Ocramius
We can bump everything to 7.1, as other zf components are also finally doing it
Do you want to do it in this PR?
Yep
On 3 Jul 2017 15:17, "Michał Bundyra" notifications@github.com wrote:
@Ocramius https://github.com/ocramius
We can bump everything to 7.1, as other zf components are also finally doing it
Do you want to do it in this PR?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/zendframework/zend-code/pull/114#issuecomment-312643079, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJakOp1kavFwvoKpTtshVQ8dAeeWz4bks5sKOnXgaJpZM4OMPrR .
@Ocramius all done
:ship:
Thanks @webimpress!
::class
notation in tests