File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
"remorhaz/php-json-patch" : " ^0.6.1"
27
27
},
28
28
"scripts" : {
29
- "blancks/fast-jsonpatch-php" : " phpunit --no-configuration --test-suffix Blancks_fast_jsonpatchTest.php .\\ tests" ,
30
- "remorhaz/php-json-patch" : " phpunit --no-configuration --test-suffix Remorhaz_php_json_patchTest.php .\\ tests" ,
31
- "mikemccabe/json-patch-php" : " phpunit --no-configuration --test-suffix Mikemccabe_json_patch_phpTest.php .\\ tests" ,
32
- "php-jsonpatch/php-jsonpatch" : " phpunit --no-configuration --test-suffix Php_jsonpatch_php_jsonpatchTest.php .\\ tests" ,
33
- "xp-forge/json-patch" : " phpunit --no-configuration --test-suffix Xp_forge_json_patchTest.php .\\ tests" ,
34
- "gamringer/php-json-patch" : " phpunit --no-configuration --test-suffix Gamringer_php_json_patchTest.php .\\ tests" ,
35
- "swaggest/json-diff" : " phpunit --no-configuration --test-suffix Swaggest_json_diffTest.php .\\ tests"
29
+ "blancks/fast-jsonpatch-php" : " phpunit --no-configuration --test-suffix Blancks_fast_jsonpatchTest.php ./ tests" ,
30
+ "remorhaz/php-json-patch" : " phpunit --no-configuration --test-suffix Remorhaz_php_json_patchTest.php ./ tests" ,
31
+ "mikemccabe/json-patch-php" : " phpunit --no-configuration --test-suffix Mikemccabe_json_patch_phpTest.php ./ tests" ,
32
+ "php-jsonpatch/php-jsonpatch" : " phpunit --no-configuration --test-suffix Php_jsonpatch_php_jsonpatchTest.php ./ tests" ,
33
+ "xp-forge/json-patch" : " phpunit --no-configuration --test-suffix Xp_forge_json_patchTest.php ./ tests" ,
34
+ "gamringer/php-json-patch" : " phpunit --no-configuration --test-suffix Gamringer_php_json_patchTest.php ./ tests" ,
35
+ "swaggest/json-diff" : " phpunit --no-configuration --test-suffix Swaggest_json_diffTest.php ./ tests"
36
36
}
37
37
}
Original file line number Diff line number Diff line change 34
34
* CLI instruction to run automated tests
35
35
* the %s value will be replaced with the library name
36
36
*/
37
- const PHPUNIT_TEST_CMD = 'php ./vendor/phpunit/phpunit/phpunit --no-configuration --test-suffix %sTest.php .\ tests ' ;
37
+ const PHPUNIT_TEST_CMD = 'php ./vendor/phpunit/phpunit/phpunit --no-configuration --test-suffix %sTest.php ./ tests ' ;
38
38
39
39
// eof
You can’t perform that action at this time.
0 commit comments