Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
main PR: #532
  • Loading branch information
saeideng committed Jul 1, 2019
1 parent 21fe199 commit 0769020
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/TestCase/Shell/Task/ModelTaskTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,6 @@ public function testGetValidationSigned()
],
'rating' => [
'numeric' => ['rule' => 'numeric', 'args' => []],
'requirePresence' => ['rule' => 'requirePresence', 'args' => ["'create'"]],
'notEmpty' => ['rule' => 'notEmptyString', 'args' => []],
],
'score' => [
Expand Down

0 comments on commit 0769020

Please sign in to comment.