|
27 | 27 | "google/apiclient": "^2.13", |
28 | 28 | "halaxa/json-machine": "^1.1", |
29 | 29 | "jawira/case-converter": "^3.4", |
30 | | - "meilisearch/meilisearch-php": "^1.1", |
| 30 | + "meilisearch/meilisearch-php": "~1.11.0", |
31 | 31 | "monolog/monolog": "^2.0||^3.0", |
32 | 32 | "packaged/thrift": "^0.15.0", |
33 | 33 | "php-http/discovery": "^1.0", |
|
212 | 212 | "@test:mutation" |
213 | 213 | ], |
214 | 214 | "test": [ |
215 | | - "tools/phpunit/vendor/bin/phpunit" |
| 215 | + "@test:etl", |
| 216 | + "@test:cli", |
| 217 | + "@test:lib:array-dot", |
| 218 | + "@test:lib:azure-sdk", |
| 219 | + "@test:lib:doctrine-dbal-bulk", |
| 220 | + "@test:lib:filesystem", |
| 221 | + "@test:lib:parquet", |
| 222 | + "@test:lib:parquet-viewer", |
| 223 | + "@test:lib:rdsl", |
| 224 | + "@test:lib:snappy", |
| 225 | + "@test:bridge:filesystem-azure", |
| 226 | + "@test:bridge:monolog-http", |
| 227 | + "@test:bridge:symfony-http-foundation", |
| 228 | + "@test:adapter:chartjs", |
| 229 | + "@test:adapter:csv", |
| 230 | + "@test:adapter:doctrine", |
| 231 | + "@test:adapter:elasticsearch", |
| 232 | + "@test:adapter:google-sheet", |
| 233 | + "@test:adapter:http", |
| 234 | + "@test:adapter:json", |
| 235 | + "@test:adapter:logger", |
| 236 | + "@test:adapter:meilisearch", |
| 237 | + "@test:adapter:parquet", |
| 238 | + "@test:adapter:text", |
| 239 | + "@test:adapter:xml" |
216 | 240 | ], |
| 241 | + "test:etl": [ |
| 242 | + "tools/phpunit/vendor/bin/phpunit --testsuite=etl-unit", |
| 243 | + "tools/phpunit/vendor/bin/phpunit --testsuite=etl-integration" |
| 244 | + ], |
| 245 | + "test:cli": [ |
| 246 | + "tools/phpunit/vendor/bin/phpunit --testsuite=cli-unit", |
| 247 | + "tools/phpunit/vendor/bin/phpunit --testsuite=cli-integration" |
| 248 | + ], |
| 249 | + "test:lib:array-dot": [ |
| 250 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-array-dot-unit" |
| 251 | + ], |
| 252 | + "test:lib:azure-sdk": [ |
| 253 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-azure-sdk-unit" |
| 254 | + ], |
| 255 | + "test:lib:doctrine-dbal-bulk": [ |
| 256 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-doctrine-dbal-bulk-unit", |
| 257 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-doctrine-dbal-bulk-integration" |
| 258 | + ], |
| 259 | + "test:lib:filesystem": [ |
| 260 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-filesystem-unit", |
| 261 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-filesystem-integration" |
| 262 | + ], |
| 263 | + "test:lib:parquet": [ |
| 264 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-unit", |
| 265 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-integration" |
| 266 | + ], |
| 267 | + "test:lib:parquet-viewer": [ |
| 268 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-parquet-integration" |
| 269 | + ], |
| 270 | + "test:lib:rdsl": [ |
| 271 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-rdsl-unit", |
| 272 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-rdsl-integration" |
| 273 | + ], |
| 274 | + "test:lib:snappy": [ |
| 275 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-snappy-integration" |
| 276 | + ], |
| 277 | + "test:bridge:filesystem-azure": [ |
| 278 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-unit", |
| 279 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-integration" |
| 280 | + ], |
| 281 | + "test:bridge:monolog-http": [ |
| 282 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-monolog-http-unit" |
| 283 | + ], |
| 284 | + "test:bridge:symfony-http-foundation": [ |
| 285 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-unit", |
| 286 | + "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-symfony-http-foundation-integration" |
| 287 | + ], |
| 288 | + "test:adapter:chartjs": [ |
| 289 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-chartjs-unit", |
| 290 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-chartjs-integration" |
| 291 | + ], |
| 292 | + "test:adapter:csv": [ |
| 293 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-csv-unit", |
| 294 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-csv-integration" |
| 295 | + ], |
| 296 | + "test:adapter:doctrine": [ |
| 297 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-doctrine-unit", |
| 298 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-doctrine-integration" |
| 299 | + ], |
| 300 | + "test:adapter:elasticsearch": [ |
| 301 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-elasticsearch-unit", |
| 302 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-elasticsearch-integration" |
| 303 | + ], |
| 304 | + "test:adapter:google-sheet": [ |
| 305 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-google-sheet-unit" |
| 306 | + ], |
| 307 | + "test:adapter:http": [ |
| 308 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-http-unit", |
| 309 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-http-integration" |
| 310 | + ], |
| 311 | + "test:adapter:json": [ |
| 312 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-json-integration" |
| 313 | + ], |
| 314 | + "test:adapter:logger": [ |
| 315 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-logger-unit" |
| 316 | + ], |
| 317 | + "test:adapter:meilisearch": [ |
| 318 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-meilisearch-integration" |
| 319 | + ], |
| 320 | + "test:adapter:parquet": [ |
| 321 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-parquet-unit", |
| 322 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-parquet-integration" |
| 323 | + ], |
| 324 | + "test:adapter:text": [ |
| 325 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-text-integration" |
| 326 | + ], |
| 327 | + "test:adapter:xml": [ |
| 328 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-xml-unit", |
| 329 | + "tools/phpunit/vendor/bin/phpunit --testsuite=adapter-xml-integration" |
| 330 | + ], |
| 331 | + |
217 | 332 | "test:docs": [ |
218 | 333 | "docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ." |
219 | 334 | ], |
|
0 commit comments