* fixed tests

git-svn-id: svn://netflint.net/xmpphp@68 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
fritzy 2008-11-26 10:20:47 +00:00
parent fa46343378
commit 1a3c6cf010
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
<?php <?php
require_once dirname(dirname(dirname(__FILE__))) . '/Log.php'; require_once dirname(dirname(dirname(__FILE__))) . '/XMPPHP/Log.php';
class XMPPHP_LogTest extends PHPUnit_Framework_TestCase class XMPPHP_LogTest extends PHPUnit_Framework_TestCase
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
require_once dirname(dirname(dirname(__FILE__))) . '/XMLObj.php'; require_once dirname(dirname(dirname(__FILE__))) . '/XMPPHP/XMLObj.php';
class XMPPHP_XMLObjTest extends PHPUnit_Framework_TestCase class XMPPHP_XMLObjTest extends PHPUnit_Framework_TestCase
{ {

View File

@ -1,6 +1,6 @@
<?php <?php
require_once dirname(dirname(dirname(__FILE__))) . '/XMPP.php'; require_once dirname(dirname(dirname(__FILE__))) . '/XMPPHP/XMPP.php';
class XMPPHP_XMPPTest extends PHPUnit_Framework_TestCase class XMPPHP_XMPPTest extends PHPUnit_Framework_TestCase
{ {