-
- Downloads
build: update tools
Signed-off-by:
Bart Jaskulski <bartek.jaskulski@wpdesk.net>
Showing
- .phive/phars.xml 6 additions, 6 deletions.phive/phars.xml
- composer.json 11 additions, 1 deletioncomposer.json
- composer.lock 42 additions, 38 deletionscomposer.lock
- tools/composer 0 additions, 0 deletionstools/composer
- tools/grumphp 0 additions, 0 deletionstools/grumphp
- tools/phpcbf 0 additions, 0 deletionstools/phpcbf
- tools/phpcs 0 additions, 0 deletionstools/phpcs
- tools/phpstan 0 additions, 0 deletionstools/phpstan
- tools/phpunit 78373 additions, 75733 deletionstools/phpunit
... | @@ -19,6 +19,14 @@ | ... | @@ -19,6 +19,14 @@ |
"WPDesk\\Migrations\\": "src" | "WPDesk\\Migrations\\": "src" | ||
} | } | ||
}, | }, | ||
"autoload-dev": { | |||
"psr-4": { | |||
"WPDesk\\Migrations\\Tests\\": "tests" | |||
}, | |||
"classmap": [ | |||
"tests/stubs" | |||
] | |||
}, | |||
"require-dev": { | "require-dev": { | ||
"szepeviktor/phpstan-wordpress": "^1.1", | "szepeviktor/phpstan-wordpress": "^1.1", | ||
"wp-coding-standards/wpcs": "^2" | "wp-coding-standards/wpcs": "^2" | ||
... | @@ -26,9 +34,11 @@ | ... | @@ -26,9 +34,11 @@ |
"scripts": { | "scripts": { | ||
"test:phpstan": "./tools/phpstan --configuration=phpstan.neon.dist --memory-limit=-1 analyze", | "test:phpstan": "./tools/phpstan --configuration=phpstan.neon.dist --memory-limit=-1 analyze", | ||
"test:phpcs": "./tools/phpcs", | "test:phpcs": "./tools/phpcs", | ||
"test:phpunit": "./tools/phpunit --bootstrat=tests/bootstrap.php", | |||
"test": [ | "test": [ | ||
"@test:phpcs", | "@test:phpcs", | ||
"@test:phpstan" | "@test:phpstan", | ||
"@test:phpunit" | |||
] | ] | ||
} | } | ||
} | } |
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
This diff is collapsed.
Please register or sign in to comment