News Feed
Jobs Feed
Sections




News Archive
Mike Purcell's Blog:
PHPUnit - Upgrade - Convert assertType to assertInternalType
May 21, 2012 @ 09:56:59

In this quick post to his blog, Mike Purcell mentions the deprecation of the "assertType" assertion and includes some code you can add to correct the issue in your tests.

We recently upgraded phpunit from a very old version to the current 3.6.x version (at time of writing). During the upgrade I noticed that assertType is no longer supported in many of our tests which were testing if something was a string, an array, or an object. So I had to write a quick script to update assertType to assertInternalType and figured I would post it for others if they needed to do the same.

The code goes into each of your tests (recursively) and finds the places where the "assertType" assertion is used and replaces it with its newer cousin "assertIntrnalType".

0 comments voice your opinion now!
phpunit unittest asserttype assertinternaltype string replace


blog comments powered by Disqus

Similar Posts

Brian DeShong's Blog: Development process for PHP-based projects

Raphael Stolt's Blog: Growling PHPUnit's test status

DZone.com: PHPUnit vs. Phake cheatsheet

PHPMaster.com: Testing Error Conditions with PHPUnit

David Sklar's Blog: Fast Multiple String Replacement in PHP


Community Events











Don't see your event here?
Let us know!


tool interview development framework release podcast zendframework2 object opinion example introduction functional series conference community composer language unittest code testing

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework