File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed
Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 55language : ' php'
66
77php :
8- - ' 7.1'
98 - ' 7.2'
109 - ' 7.3'
1110 - ' 7.4'
@@ -19,7 +18,7 @@ before_script:
1918 - ' ./cc-test-reporter before-build'
2019
2120script :
22- - ' vendor/bin/phpunit'
21+ - ' XDEBUG_MODE=coverage vendor/bin/phpunit'
2322
2423after_success :
2524 - ' bash <(curl -s https://codecov.io/bash) -f build/logs/clover.xml'
Original file line number Diff line number Diff line change 99 {"name" : " Raymond Schouten" }
1010 ],
1111 "require" : {
12+ "php" : " >=7.2.5" ,
1213 "darkwebdesign/symfony-addon-transformers" : " 5.0.*" ,
1314 "doctrine/common" : " ^2.4" ,
14- "php" : " >=7.1.3" ,
1515 "symfony/form" : " 5.0.*"
1616 },
1717 "require-dev" : {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ class EntityTypeTest extends TypeTestCase
5353 /** @var \Doctrine\Common\Persistence\Mapping\ClassMetadata|\PHPUnit_Framework_MockObject_MockObject */
5454 private $ metadata ;
5555
56- protected function setUp ()
56+ protected function setUp (): void
5757 {
5858 $ this ->entity = new City ();
5959 $ this ->entity ->setId (123 );
You can’t perform that action at this time.
0 commit comments