@@ -31,7 +31,7 @@ function e(string $cmd, string $extra = ''): string {
31
31
"main " ,
32
32
null ,
33
33
["./phpunit " ],
34
- 2
34
+ 1
35
35
];
36
36
37
37
$ repos ["wordpress " ] = [
@@ -45,11 +45,11 @@ function (): void {
45
45
file_put_contents ('wp-tests-config.php ' , $ f );
46
46
},
47
47
["vendor/bin/phpunit " ],
48
- 2
48
+ 1
49
49
];
50
50
51
51
foreach (['amp ' , 'cache ' , 'dns ' , 'file ' , 'http ' , 'parallel ' , 'parser ' , 'pipeline ' , 'process ' , 'serialization ' , 'socket ' , 'sync ' , 'websocket-client ' , 'websocket-server ' ] as $ repo ) {
52
- $ repos ["amphp- $ repo " ] = ["https://github.com/amphp/ $ repo.git " , "" , null , ["vendor/bin/phpunit " ], 2 ];
52
+ $ repos ["amphp- $ repo " ] = ["https://github.com/amphp/ $ repo.git " , "" , null , ["vendor/bin/phpunit " ], 1 ];
53
53
}
54
54
55
55
$ repos ["laravel " ] = [
@@ -61,11 +61,11 @@ function (): void {
61
61
file_put_contents ("tests/Filesystem/FilesystemTest.php " , $ c );
62
62
},
63
63
["vendor/bin/phpunit " , "--exclude-group " , "skip " ],
64
- 2
64
+ 1
65
65
];
66
66
67
67
foreach (['async ' , 'cache ' , 'child-process ' , 'datagram ' , 'dns ' , 'event-loop ' , 'promise ' , 'promise-stream ' , 'promise-timer ' , 'stream ' ] as $ repo ) {
68
- $ repos ["reactphp- $ repo " ] = ["https://github.com/reactphp/ $ repo.git " , "" , null , ["vendor/bin/phpunit " ], 2 ];
68
+ $ repos ["reactphp- $ repo " ] = ["https://github.com/reactphp/ $ repo.git " , "" , null , ["vendor/bin/phpunit " ], 1 ];
69
69
}
70
70
71
71
$ repos ["revolt " ] = ["https://github.com/revoltphp/event-loop.git " , "" , null , ["vendor/bin/phpunit " ], 2 ];
@@ -101,7 +101,7 @@ function (): iterable {
101
101
}
102
102
}
103
103
},
104
- 2
104
+ 1
105
105
];
106
106
107
107
$ finalStatus = 0 ;
@@ -255,4 +255,4 @@ function (): iterable {
255
255
256
256
printMutex ("All done! " );
257
257
258
- die ($ finalStatus );
258
+ die ($ finalStatus );
0 commit comments