File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 74
74
"phpstan" : " php -d memory_limit=-1 ./vendor/bin/phpstan analyse" ,
75
75
"phpcbf" : " php ./vendor/bin/phpcbf -d memory_limit=512M --standard=./phpcs.xml --extensions=php src tests views *.php" ,
76
76
"phpcs" : " php ./vendor/bin/phpcs -d memory_limit=512M -s --standard=./phpcs.xml --extensions=php src tests views *.php" ,
77
- "phpunit" : " php ./vendor/bin/phpunit ./tests/unit/" ,
78
- "coverage" : " XDEBUG_MODE=coverage php ./vendor/bin/phpunit tests/unit --coverage-html coverage --whitelist src/" ,
79
77
"lint" : " php ./vendor/bin/parallel-lint --exclude integration-tests --exclude vendor ." ,
80
78
"test" : [
81
79
" composer validate --strict" ,
82
80
" @lint" ,
83
81
" @phpcs" ,
84
82
" @phpstan" ,
85
- " @phpunit "
83
+ " @test-integration "
86
84
],
87
85
"test-aws" : " WORDPRESS_DIR=$(realpath ./dev/data/wordpress1) php ./vendor/bin/phpunit --testsuite AWS" ,
88
86
"test-integration" : " bin/test-php-versions" ,
Original file line number Diff line number Diff line change 24
24
pname = "${ name } -composer-deps" ;
25
25
version = "1.0.0" ;
26
26
src = composerSrc ;
27
- vendorHash = "sha256-9YemfM9d/kbSqENRd6YYuKPZl8+B2Y/cO7kffI0j7Ds =" ;
27
+ vendorHash = "sha256-o3Azuryk/E2BDjIMROgBXgbgsTN7HwEgW55H3L4xhOw =" ;
28
28
} ) ;
29
29
composerVendorDev = php . mkComposerVendor ( finalAttrs : {
30
30
composerNoDev = false ;
31
31
pname = "${ name } -composer-deps-dev" ;
32
32
version = "1.0.0" ;
33
33
src = composerSrc ;
34
- vendorHash = "sha256-9YemfM9d/kbSqENRd6YYuKPZl8+B2Y/cO7kffI0j7Ds =" ;
34
+ vendorHash = "sha256-NqGEOpBcNBiN8BcnrKez1vSJPuwXViBHnhGAu3ogldM =" ;
35
35
} ) ;
36
36
staticDeploySrc = pkgs . lib . cleanSourceWith {
37
37
src = self ;
You can’t perform that action at this time.
0 commit comments