summaryrefslogtreecommitdiff
path: root/tests/simple_unit/ws.php
blob: 9096183e677907187ef74dc0408318c51e238774 (plain)
1
2
3
4
5
6
7
<?php

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

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