Code Monkey home page Code Monkey logo

Comments (7)

vlucas avatar vlucas commented on June 1, 2024

I like the second syntax you presented - to me it says "rule" => "array of params", which is more in-line with how the rule method works internally, so it works more naturally. Submit a PR that makes it work with tests, and I will happily accept and merge it. Thanks for the contribution!

from valitron.

joelclermont avatar joelclermont commented on June 1, 2024

Thanks. Any suggestion on how to properly test this?

One thought I had was to create two Validator objects and add the exact same rules and data: one object uses rule(), the other uses rules(). Then call validate() on both and make sure they match.

I'm open to suggestions.

from valitron.

joelclermont avatar joelclermont commented on June 1, 2024

Maybe also compare the error output too to make sure the same things failed in the same way on both sides? Testing for true is bad since it will return true on an empty set of rules.

from valitron.

vlucas avatar vlucas commented on June 1, 2024

Yeah basically you just want to make sure it still validates correctly - you shouldn't be concerned with how the Validator stores it internally (the protected $_validators property). You can also check the $v->errors() array to check for specific failures on expected fields.

from valitron.

joelclermont avatar joelclermont commented on June 1, 2024

Perfect. Will send the PR as soon as it's ready.

from valitron.

joelclermont avatar joelclermont commented on June 1, 2024

Sent a PR for review (not merge). It created a new issue.

from valitron.

vlucas avatar vlucas commented on June 1, 2024

This has been added in v1.0.3 (SHA1: c049a8f)

from valitron.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.