<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>run_tests.php</filename>
    </added>
    <added>
      <filename>src/primitive.php</filename>
    </added>
    <added>
      <filename>test/functional_test.php</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -1,4 +1,5 @@
-SOURCES = %w(preamble support array_path query_string asset tag form)
+PHP = ENV['PHP'] || &quot;/usr/local/bin/php&quot;
+SOURCES = %w(primitive preamble support array_path query_string asset tag form)
 SOURCES_5_3 = %w(functional)
 
 OUTPUT = {
@@ -36,5 +37,5 @@ task :clean do
 end
 
 task :test =&gt; 'helpers-5.3.php' do
-  sh &quot;cd test; php test.php&quot;
+  sh &quot;#{PHP} run_tests.php&quot;
 end</diff>
      <filename>Rakefile</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;?php
-class ArrayPathTest extends TestCase
+class ArrayPathTest extends ztest\UnitTestCase
 {
     function setup() {
         $this-&gt;foo = array(</diff>
      <filename>test/array_path_test.php</filename>
    </modified>
    <modified>
      <diff>@@ -1,5 +1,5 @@
 &lt;?php
-class QueryStringTest extends TestCase
+class QueryStringTest extends ztest\UnitTestCase
 {
     function setup() {
         $this-&gt;array = array(</diff>
      <filename>test/query_string_test.php</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>test/test.php</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>578fac615124b031bd70725c01bf857b126b1178</id>
    </parent>
  </parents>
  <author>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </author>
  <url>http://github.com/jaz303/php-helpers/commit/1082df5b083bc3170dd2454863d3fb0f3f21aeaa</url>
  <id>1082df5b083bc3170dd2454863d3fb0f3f21aeaa</id>
  <committed-date>2009-05-19T13:10:59-07:00</committed-date>
  <authored-date>2009-05-19T13:10:59-07:00</authored-date>
  <message>testing with ztest now</message>
  <tree>0b65a665b7ba8668226b3caaeaa5f5ff18b01d33</tree>
  <committer>
    <name>Jason Frame</name>
    <email>jason@magiclamp.co.uk</email>
  </committer>
</commit>
