fix mbregex test for micro

This commit is contained in:
crazywhalecc
2024-02-04 15:28:09 +08:00
parent f01c34ddc7
commit 81a758abb7

View File

@@ -11,6 +11,11 @@ use SPC\util\CustomExt;
#[CustomExt('mbregex')]
class mbregex extends Extension
{
public function getDistName(): string
{
return 'mbstring';
}
public function getConfigureArg(): string
{
return '';