fix mbregex test for micro

This commit is contained in:
crazywhalecc 2024-02-04 15:28:09 +08:00 committed by Jerry Ma
parent 59dcb905fe
commit 421b3830b6

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 '';