summaryrefslogtreecommitdiff
path: root/tests/simple_unit/ws.php
blob: 703235d11afca8add72e30afdba02cf37d43c1d8 (plain)
1
2
3
4
5
6
7
8
9
<?php

include_once '../../framework/prado.php';
include_once './Soap/ContactManager.php';

$app = new TApplication('.');
$app->run();

?>