<?php
/**
* $Id: AdvancedQuery.php 1625 2007-05-11 17:51:54Z matthieu $
*/
if (!defined('__CLASS_PATH__')) {
define('__CLASS_PATH__', realpath(dirname(__FILE__) . '/../../'));
}
require_once __CLASS_PATH__ . '/Autoload.php';
/**
* @author Matthieu MARY <matthieu@phplibrairies.com>
* @package google
* @subpackage unit_test_case
*/
$test = new Test_Google_AdvancedQuery();
$test->run(new TextReporter());
?>
|