Skip to content

Commit

Permalink
Configure test to look relative to svn path
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.php.net/repository/pear/packages/SOAP/trunk@322287 c90b9560-bf6c-de11-be94-00142212c4b1
  • Loading branch information
CloCkWeRX committed Jan 14, 2012
1 parent a1c94bf commit fa29432
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/serialize/struct_3.phpt
Expand Up @@ -8,7 +8,7 @@ require_once 'SOAP/Client.php';
$soap_client = new SOAP_Client('');
require_once 'PEAR/Config.php';
$config = &PEAR_Config::singleton();
require_once $config->get('doc_dir') . '/SOAP/example/example_server.php';
require_once dirname(dirname(__FILE__)) . '/example/example_server.php';

$struct = new SOAPStruct('test string', 123, 123.123);
echo $soap_client->_generate('echoStruct',
Expand Down

0 comments on commit fa29432

Please sign in to comment.