Skip to content

Commit

Permalink
Fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
erayd committed Jan 18, 2017
1 parent 433fc07 commit 1cab31d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Constraints/DefaultPropertiesTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,9 @@ public function testValidCases($input, $schema, $expectOutput = null)

$this->assertTrue($validator->isValid(), print_r($validator->getErrors(), true));

if($expectOutput !== null)
if ($expectOutput !== null) {
$this->assertEquals($expectOutput, json_encode($inputDecoded));
}
}

/**
Expand Down

0 comments on commit 1cab31d

Please sign in to comment.