Skip to content

Commit

Permalink
Update NoRequiredTest.php
Browse files Browse the repository at this point in the history
  • Loading branch information
stelin authored Jan 10, 2020
1 parent bcc58a4 commit bfcd4ce
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/validator/test/unit/NoRequiredTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ public function testNoRequiredType()
$this->getValidates(ValidatorNoRequired::class, 'testNoRequired'));
} catch (ValidatorException $e) {
}

$this->assertEmpty($result);
$this->assertIsArray($result);
$this->assertEquals($data, $result);
Expand Down

0 comments on commit bfcd4ce

Please sign in to comment.