<?xml version="1.0"?>
<rss version="2.0">
  <channel>
    <title>PHPDeveloper.org</title>
    <link>http://www.phpdeveloper.org</link>
    <description>Up-to-the Minute PHP News, views and community</description>
    <language>en-us</language>
    <pubDate>Wed, 19 Jun 2013 04:35:12 -0500</pubDate>
    <ttl>30</ttl>
    <item>
      <title><![CDATA[Nola's Blog: Test Freak!]]></title>
      <guid>http://www.phpdeveloper.org/news/4733</guid>
      <link>http://www.phpdeveloper.org/news/4733</link>
      <description><![CDATA[In her latest post, <i>Nola</i> shares <a href="http://phpgirl.blogspot.com/2006/01/test-freak.html">a testing class</a> that she has created based on the Test::Simple method.
<p>
<quote>
<i>
I'm writing a PHP class for a user, and then think.. oh gee, how do I know if this works?? oh I'll write a Test::Simple for PHP. Yes, I know there exists one already that uses the power of Perl to test PHP files, but I didn't have time to figure out how to set that up and probably won't be able to use perl anyways on the production system. I can't stand to have global variables, so I made a class. Uber simple. There's probably better ways to do it (I can imagine something much more elegant in PHP 5). But, what do you expect on a whim and 40 minutes...
</i>
</quote>
<p>
<a href="http://phpgirl.blogspot.com/2006/01/test-freak.html">her code</a> runs a simple check to see if the end of the line being checked (passed in). It's a pretty basic testing framework, but has potential if it was made to accept "test plugins". Of course, there's <a href="http://www.phpunit.de">other options</a> out there too when it comes to testing in PHP...]]></description>
      <pubDate>Thu, 26 Jan 2006 06:37:20 -0600</pubDate>
    </item>
  </channel>
</rss>
