mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
Fix phpunit
This commit is contained in:
parent
dfbc9a7fff
commit
062cc84d51
@ -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());
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user