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

Removed deprecated assertType #91

Merged
merged 3 commits into from Jul 26, 2011
Merged

Removed deprecated assertType #91

merged 3 commits into from Jul 26, 2011

Commits on Jul 26, 2011

  1. Change from assertType to assertInstanceOf.

    Now PHPUnit doesn't show warning about deprecation of assertType.
    Also some refractoring from assertTrue($a instanceof $b) to assertInstanceOf.
    Leading \ in namespaces is not required so I removed it from few assertions.
    kwiateusz committed Jul 26, 2011
    Copy the full SHA
    49c7351 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    1ea3e54 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    7261060 View commit details
    Browse the repository at this point in the history