mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Fix phpunit
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user