Author: lindner
Date: Tue Nov 23 18:14:00 2010
New Revision: 1038248

URL: http://svn.apache.org/viewvc?rev=1038248&view=rev
Log:
phpunit 3.5 compatibility

Modified:
    shindig/trunk/php/test/ShindigAllTests.php

Modified: shindig/trunk/php/test/ShindigAllTests.php
URL: 
http://svn.apache.org/viewvc/shindig/trunk/php/test/ShindigAllTests.php?rev=1038248&r1=1038247&r2=1038248&view=diff
==============================================================================
--- shindig/trunk/php/test/ShindigAllTests.php (original)
+++ shindig/trunk/php/test/ShindigAllTests.php Tue Nov 23 18:14:00 2010
@@ -44,6 +44,8 @@ function __autoload($className) {
     }
   }
 }
+// PHPUnit 3.5
+spl_autoload_register('__autoload');
 
 set_include_path(get_include_path() . PATH_SEPARATOR . realpath('.') . 
PATH_SEPARATOR . realpath('./external'));
 error_reporting(E_ALL | E_STRICT);


Reply via email to