Skip to content

Commit 0aa1a86

Browse files
committed
fix: added path to phpunit to mago config
1 parent b781aec commit 0aa1a86

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

mago.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ paths = [
6767
"src/tools/documentation/src/Flow",
6868
"src/tools/documentation/tests/Flow"
6969
]
70-
includes = ["vendor"]
70+
includes = [
71+
"vendor",
72+
"tools/phpunit/vendor"
73+
]
7174
excludes = [
7275
"src/lib/parquet/src/Flow/Parquet/ThriftModel"
7376
]

0 commit comments

Comments
 (0)