mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 02:15:36 +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()
|
public function testGetName()
|
||||||
{
|
{
|
||||||
$this->assertEquals('mbregex', $this->extension->getName());
|
$this->assertEquals('mbregex', $this->extension->getName());
|
||||||
|
|||||||
Reference in New Issue
Block a user