mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-07 00:35:41 +08:00
V3 fix/phpunit (#1024)
This commit is contained in:
@@ -582,7 +582,7 @@ class ConfigValidatorTest extends TestCase
|
||||
public function testValidateAndLintPackagesThrowsExceptionForWrongTypeString(): void
|
||||
{
|
||||
$this->expectException(ValidationException::class);
|
||||
$this->expectExceptionMessage('Package test-pkg [artifact] must be string');
|
||||
$this->expectExceptionMessage('Package test-pkg [artifact] has invalid type specification');
|
||||
|
||||
$data = [
|
||||
'test-pkg' => [
|
||||
|
||||
Reference in New Issue
Block a user