File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 "require-dev" : {
77 "google/cloud-tools" : " dev-main" ,
88 "squizlabs/php_codesniffer" : " ^3.5" ,
9- "phpunit/phpunit" : " ^9 .0" ,
9+ "phpunit/phpunit" : " ^10 .0" ,
1010 "friendsofphp/php-cs-fixer" : " ^3.46"
1111 }
1212}
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./testing/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
18- <coverage >
17+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./testing/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" >
18+ <source >
1919 <include >
2020 <directory suffix =" .php" >./src</directory >
2121 </include >
2222 <exclude >
2323 <directory >./vendor</directory >
2424 </exclude >
25- <report >
26- <clover outputFile =" build/logs/clover.xml" />
27- </report >
28- </coverage >
25+ </source >
2926 <testsuites >
3027 <testsuite name =" Google Analytics Admin API Tests" >
3128 <directory >test</directory >
Original file line number Diff line number Diff line change 66 "require-dev" : {
77 "google/cloud-tools" : " dev-main" ,
88 "squizlabs/php_codesniffer" : " ^3.5" ,
9- "phpunit/phpunit" : " ^9 .0" ,
9+ "phpunit/phpunit" : " ^10 .0" ,
1010 "friendsofphp/php-cs-fixer" : " ^3.46"
1111 }
1212}
Original file line number Diff line number Diff line change 1414 See the License for the specific language governing permissions and
1515 limitations under the License.
1616-->
17- <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./testing/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.3 /phpunit.xsd" >
18- <coverage >
17+ <phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" bootstrap =" ./testing/bootstrap.php" colors =" true" xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/10.5 /phpunit.xsd" >
18+ <source >
1919 <include >
2020 <directory suffix =" .php" >./src</directory >
2121 </include >
2222 <exclude >
2323 <directory >./vendor</directory >
2424 </exclude >
25- <report >
26- <clover outputFile =" build/logs/clover.xml" />
27- </report >
28- </coverage >
25+ </source >
2926 <testsuites >
3027 <testsuite name =" Google Analytics Data API Tests" >
3128 <directory >test</directory >
You can’t perform that action at this time.
0 commit comments