Author: lindner
Date: Thu Nov 18 00:33:44 2010
New Revision: 1036299
URL: http://svn.apache.org/viewvc?rev=1036299&view=rev
Log:
remove hard coded phpunit references
Modified:
shindig/trunk/php/test/common/BasicRemoteContentTest.php
shindig/trunk/php/test/common/BasicSecurityTokenTest.php
Modified: shindig/trunk/php/test/common/BasicRemoteContentTest.php
URL:
http://svn.apache.org/viewvc/shindig/trunk/php/test/common/BasicRemoteContentTest.php?rev=1036299&r1=1036298&r2=1036299&view=diff
==============================================================================
--- shindig/trunk/php/test/common/BasicRemoteContentTest.php (original)
+++ shindig/trunk/php/test/common/BasicRemoteContentTest.php Thu Nov 18
00:33:44 2010
@@ -20,7 +20,6 @@
require_once 'src/common/sample/BasicRemoteContent.php';
-require_once 'external/PHPUnit/Framework/TestCase.php';
class MockSigningFetcherFactory {
private $keyName;
Modified: shindig/trunk/php/test/common/BasicSecurityTokenTest.php
URL:
http://svn.apache.org/viewvc/shindig/trunk/php/test/common/BasicSecurityTokenTest.php?rev=1036299&r1=1036298&r2=1036299&view=diff
==============================================================================
--- shindig/trunk/php/test/common/BasicSecurityTokenTest.php (original)
+++ shindig/trunk/php/test/common/BasicSecurityTokenTest.php Thu Nov 18
00:33:44 2010
@@ -20,8 +20,6 @@
require_once 'src/common/sample/BasicSecurityToken.php';
-require_once 'external/PHPUnit/Framework/TestCase.php';
-
/**
* BasicSecurityToken test case.
*/
@@ -137,4 +135,4 @@ class BasicSecurityTokenTest extends PHP
public function testIsAnonymous() {
$this->assertFalse($this->BasicSecurityToken->isAnonymous());
}
-}
\ No newline at end of file
+}