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 24
24
$(PHP_BIN ) vendor/bin/psalm --update-baseline
25
25
26
26
.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
28
28
29
29
.PHONY : test-unit
30
30
test-unit : # # Runs unit tests with phpunit/phpunit
@@ -38,6 +38,10 @@ test-functional: ## Runs functional tests with phpunit/phpunit
38
38
test-integration : # # Runs integration tests with phpunit/phpunit
39
39
$(PHP_BIN ) vendor/bin/phpunit --testsuite=integration
40
40
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
+
41
45
.PHONY : cleanup
42
46
cleanup : cleanup-tests cleanup-build cleanup-cache
43
47
You can’t perform that action at this time.
0 commit comments