Skip to content

Commit 4270ce4

Browse files
authored
Merge branch 'main' into bugfix-require-http-client
2 parents 1f4ffc8 + 1044fa9 commit 4270ce4

File tree

2 files changed

+5
-51
lines changed

2 files changed

+5
-51
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ psalm:
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
3030
test-unit: ## Runs unit tests with phpunit/phpunit
@@ -38,6 +38,10 @@ test-functional: ## Runs functional tests with phpunit/phpunit
3838
test-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
4246
cleanup: cleanup-tests cleanup-build cleanup-cache
4347

packages/guides/src/Nodes/Menu/MenuEntry.php

Lines changed: 0 additions & 50 deletions
This file was deleted.

0 commit comments

Comments
 (0)