Fix phpunit

This commit is contained in:
crazywhalecc
2025-07-22 21:15:22 +08:00
parent dfbc9a7fff
commit 062cc84d51

View File

@@ -78,11 +78,6 @@ class ExtensionTest extends TestCase
}
}
public function testGetLibFilesString()
{
$this->assertStringEndsWith('libonig.a', $this->extension->getLibFilesString());
}
public function testGetName()
{
$this->assertEquals('mbregex', $this->extension->getName());