File tree Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Expand file tree Collapse file tree 4 files changed +8
-14
lines changed Original file line number Diff line number Diff line change 6
6
"require-dev" : {
7
7
"google/cloud-tools" : " dev-main" ,
8
8
"squizlabs/php_codesniffer" : " ^3.5" ,
9
- "phpunit/phpunit" : " ^9 .0" ,
9
+ "phpunit/phpunit" : " ^10 .0" ,
10
10
"friendsofphp/php-cs-fixer" : " ^3.46"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
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 >
19
19
<include >
20
20
<directory suffix =" .php" >./src</directory >
21
21
</include >
22
22
<exclude >
23
23
<directory >./vendor</directory >
24
24
</exclude >
25
- <report >
26
- <clover outputFile =" build/logs/clover.xml" />
27
- </report >
28
- </coverage >
25
+ </source >
29
26
<testsuites >
30
27
<testsuite name =" Google Analytics Admin API Tests" >
31
28
<directory >test</directory >
Original file line number Diff line number Diff line change 6
6
"require-dev" : {
7
7
"google/cloud-tools" : " dev-main" ,
8
8
"squizlabs/php_codesniffer" : " ^3.5" ,
9
- "phpunit/phpunit" : " ^9 .0" ,
9
+ "phpunit/phpunit" : " ^10 .0" ,
10
10
"friendsofphp/php-cs-fixer" : " ^3.46"
11
11
}
12
12
}
Original file line number Diff line number Diff line change 14
14
See the License for the specific language governing permissions and
15
15
limitations under the License.
16
16
-->
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 >
19
19
<include >
20
20
<directory suffix =" .php" >./src</directory >
21
21
</include >
22
22
<exclude >
23
23
<directory >./vendor</directory >
24
24
</exclude >
25
- <report >
26
- <clover outputFile =" build/logs/clover.xml" />
27
- </report >
28
- </coverage >
25
+ </source >
29
26
<testsuites >
30
27
<testsuite name =" Google Analytics Data API Tests" >
31
28
<directory >test</directory >
You can’t perform that action at this time.
0 commit comments