26 lines
900 B
PHP
26 lines
900 B
PHP
<?php
|
|
require_once PATH_TRUNK . 'gulliver/thirdparty/smarty/libs/Smarty.class.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlform.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.xmlDocument.php';
|
|
require_once PATH_TRUNK . 'gulliver/system/class.soapNtlm.php';
|
|
|
|
/**
|
|
* Generated by ProcessMaker Test Unit Generator on 2012-05-10 at 20:39:55.
|
|
*/
|
|
|
|
class classPMServiceNTLMSoapClientTest extends PHPUnit_Framework_TestCase
|
|
{
|
|
/**
|
|
* @covers PMServiceNTLMSoapClient::setAuthClient
|
|
* @todo Implement testsetAuthClient().
|
|
*/
|
|
public function testsetAuthClient()
|
|
{
|
|
if (class_exists('PMServiceNTLMSoapClient')) {
|
|
$methods = get_class_methods( 'PMServiceNTLMSoapClient');
|
|
$this->assertTrue( in_array( 'setAuthClient', $methods ), 'seems like this function is outside this class' );
|
|
}
|
|
}
|
|
|
|
}
|