* fixed tests
git-svn-id: svn://netflint.net/xmpphp@68 ef36c318-a008-4979-b6e8-6b496270793b
This commit is contained in:
parent
fa46343378
commit
1a3c6cf010
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
@ -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
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user