Skip to content

Commit 4977286

Browse files
committed
fix test
1 parent cc09184 commit 4977286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/SPC/builder/BuilderTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ public static function providerGetBuildTypeName(): array
161161
[BUILD_TARGET_FPM, 'fpm'],
162162
[BUILD_TARGET_MICRO, 'micro'],
163163
[BUILD_TARGET_EMBED, 'embed'],
164-
[BUILD_TARGET_FRANKENPHP, 'embed, frankenphp'],
164+
[BUILD_TARGET_FRANKENPHP, 'frankenphp'],
165165
[BUILD_TARGET_ALL, 'cli, micro, fpm, embed, frankenphp'],
166166
[BUILD_TARGET_CLI | BUILD_TARGET_EMBED, 'cli, embed'],
167167
];

0 commit comments

Comments
 (0)