Code Monkey home page Code Monkey logo

popy-calendar's People

Contributors

lewiscowles1986 avatar popy-dev avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

codesign2

popy-calendar's Issues

parsing date takes local time

When initially making the tests you'll notice I only check the date component. For some reason, the time on the machine running is injected to the DateTime / DateTimeImmutable. That seems to violate the principle of least surprise to me.

  • ensure when creating date from year only that month, day, hour, minute, second, microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value
  • ensure when creating date from year & month only that day, hour, minute, second, microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value
  • ensure when creating date from year, month & day only that hour, minute, second, microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value
  • ensure when creating date from year, month, day & hour only that minute, second, microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value
  • ensure when creating date from year, month, day, hour & minute only that second & microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value
  • ensure when creating date from year, month, day, hour, minute & second only that microsecond are a configured value
    • minimum value
    • maximum value
    • system value (current behaviour)
    • specified value

Pretty sure this is an epic ๐Ÿ˜†

Automated cross-PHP version checks

Now you have tests you can get them to run automatically on commit using a tool like travis-ci. This will mean when people submit PR's you can know ahead of time if they break the software.

Bump packagist version

Looks like with all the changes packagist hasn't been bumped so nobody can use the changes, the license isn't present.

tests

convert the examples & samples from docs into tests

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.