Skip to content

Commit cc09184

Browse files
committed
fix test
1 parent a9713c3 commit cc09184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/SPC/builder/BuilderTest.php

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,8 @@ public static function providerGetBuildTypeName(): array
161161
[BUILD_TARGET_FPM, 'fpm'],
162162
[BUILD_TARGET_MICRO, 'micro'],
163163
[BUILD_TARGET_EMBED, 'embed'],
164-
[BUILD_TARGET_ALL, 'cli, micro, fpm, embed'],
164+
[BUILD_TARGET_FRANKENPHP, 'embed, frankenphp'],
165+
[BUILD_TARGET_ALL, 'cli, micro, fpm, embed, frankenphp'],
165166
[BUILD_TARGET_CLI | BUILD_TARGET_EMBED, 'cli, embed'],
166167
];
167168
}

0 commit comments

Comments
 (0)