Fix phpunit

This commit is contained in:
crazywhalecc 2025-07-22 21:15:22 +08:00
parent dfbc9a7fff
commit 062cc84d51
No known key found for this signature in database
GPG Key ID: 1F4BDD59391F2680

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());