Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add objectHasProperty assertions #57

Merged
merged 6 commits into from
Feb 4, 2024

Commits on Oct 10, 2023

  1. Configuration menu
    Copy the full SHA
    4f3a74f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e02a6ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    597052c View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Require phpunit >=9.6.11

    Version 9.6.11 had the new asssertObjectHasProperty method added, which
    completely replace the assertObjectHasAttribute ones in phpunit 10.x
    particleflux committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    688e576 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    370af7a View commit details
    Browse the repository at this point in the history
  3. Fix relative links in README

    In theory, github markdown docs say that:
    
    > Links starting with / will be relative to the repository root.
    
    Yet, they are resolved to be relative to the github.com domain. Maybe
    it's a special case with the `/docs` , since that also references the
    actual github docs.
    
    Changed them to explicit relative links.
    particleflux committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4f37d78 View commit details
    Browse the repository at this point in the history