File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change 2424 $(PHP_BIN ) vendor/bin/psalm --update-baseline
2525
2626.PHONY : test
27- test : test-unit test-functional test-integration# # Runs all test suites with phpunit/phpunit
27+ test : test-unit test-functional test-integration test-docs # # Runs all test suites with phpunit/phpunit
2828
2929.PHONY : test-unit
3030test-unit : # # Runs unit tests with phpunit/phpunit
@@ -38,6 +38,10 @@ test-functional: ## Runs functional tests with phpunit/phpunit
3838test-integration : # # Runs integration tests with phpunit/phpunit
3939 $(PHP_BIN ) vendor/bin/phpunit --testsuite=integration
4040
41+ .PHONY : test-docs
42+ test-docs : # # Generate projects docs without warnings
43+ $(PHP_BIN ) vendor/bin/guides -vvv --no-progress docs /tmp/test --fail-on-log
44+
4145.PHONY : cleanup
4246cleanup : cleanup-tests cleanup-build cleanup-cache
4347
You can’t perform that action at this time.
0 commit comments