mirror of
https://github.com/composer/composer
synced 2025-05-09 00:22:53 +00:00
CS fixes
This commit is contained in:
parent
d036b2390e
commit
ac497feaba
53 changed files with 166 additions and 156 deletions
|
@ -25,13 +25,13 @@ class JsonValidationExceptionTest extends \PHPUnit_Framework_TestCase
|
|||
$this->assertEquals($message, $object->getMessage());
|
||||
$this->assertEquals($errors, $object->getErrors());
|
||||
}
|
||||
|
||||
|
||||
public function testGetErrorsWhenNoErrorsProvided()
|
||||
{
|
||||
$object = new JsonValidationException('test message');
|
||||
$this->assertEquals(array(), $object->getErrors());
|
||||
}
|
||||
|
||||
|
||||
public function errorProvider()
|
||||
{
|
||||
return array(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue