|
122 | 122 | "src/lib/parquet-viewer/src/Flow", |
123 | 123 | "src/lib/parquet/src/Flow", |
124 | 124 | "src/lib/snappy/src/Flow", |
| 125 | + "src/lib/types/src/Flow", |
125 | 126 | "src/tools/documentation/src/Flow" |
126 | 127 | ], |
127 | 128 | "Flow\\Doctrine\\Bulk\\": [ |
|
154 | 155 | "src/lib/filesystem/src/Flow/Filesystem/DSL/functions.php", |
155 | 156 | "src/lib/parquet/src/Flow/Parquet/functions.php", |
156 | 157 | "src/lib/parquet/src/stubs.php", |
| 158 | + "src/lib/types/src/Flow/Types/DSL/functions.php", |
157 | 159 | "src/lib/snappy/polyfill.php" |
158 | 160 | ] |
159 | 161 | }, |
|
187 | 189 | "src/lib/parquet-viewer/tests/Flow", |
188 | 190 | "src/lib/parquet/tests/Flow", |
189 | 191 | "src/lib/snappy/tests/Flow", |
| 192 | + "src/lib/types/tests/Flow", |
190 | 193 | "src/tools/documentation/tests/Flow" |
191 | 194 | ], |
192 | 195 | "Flow\\Doctrine\\Bulk\\Tests\\": [ |
|
227 | 230 | "@test:lib:parquet", |
228 | 231 | "@test:lib:parquet-viewer", |
229 | 232 | "@test:lib:snappy", |
| 233 | + "@test:lib:types", |
230 | 234 | "@test:bridge:filesystem-azure", |
231 | 235 | "@test:bridge:filesystem-async-aws", |
232 | 236 | "@test:bridge:monolog-http", |
|
276 | 280 | "test:lib:snappy": [ |
277 | 281 | "tools/phpunit/vendor/bin/phpunit --testsuite=lib-snappy-integration --log-junit ./var/phpunit/logs/lib-snappy-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-snappy-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-snappy-integration" |
278 | 282 | ], |
| 283 | + "test:lib:types": [ |
| 284 | + "tools/phpunit/vendor/bin/phpunit --testsuite=lib-types-unit --log-junit ./var/phpunit/logs/lib-types-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/lib-types-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/lib-types-unit" |
| 285 | + ], |
279 | 286 | "test:bridge:filesystem-azure": [ |
280 | 287 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-unit --log-junit ./var/phpunit/logs/bridge-filesystem-azure-unit.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-unit.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-filesystem-azure-unit", |
281 | 288 | "tools/phpunit/vendor/bin/phpunit --testsuite=bridge-filesystem-azure-integration --log-junit ./var/phpunit/logs/bridge-filesystem-azure-integration.junit.xml --coverage-clover=./var/phpunit/coverage/clover/bridge-filesystem-azure-integration.coverage.xml --coverage-html=./var/phpunit/coverage/html/bridge-filesystem-azure-integration" |
|
403 | 410 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet.xml", |
404 | 411 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.parquet-viewer.xml", |
405 | 412 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.snappy.xml", |
| 413 | + "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/lib.types.xml", |
406 | 414 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.chartjs.xml", |
407 | 415 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.csv.xml", |
408 | 416 | "./tools/phpdocumentor/vendor/bin/phpdoc --config=./phpdoc/adapter.doctrine.xml", |
|
0 commit comments